This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

作者 vstinner
收信人 Arfrever, asvetlov, brett.cannon, georg.brandl, pitrou, vstinner
日期 2010-10-17.19:20:54
SpamBayes Score 2.0389043e-08
Marked as misclassified
Message-id <1287343256.1.0.821424912665.issue8611@psf.upfronthosting.co.za>
In-reply-to
内容
Updated list of failing test with py3k and a non-ascii path:
 * Linux, LANG=C: test_gc test_gdb test_runpy test_zipimport
 * Windows: test_email test_httpservers test_zipimport

Possible reasons:
 * test_httpservers (CGIHTTPServerTestCase.setUp): test should be skipped if sys.executable is not pure ASCII (and it's not possible to create ASCII path using a symlink)
 * test_zipimport: zipimport uses utf-8 (in strict mode) for the prefix, instead of the filesystem encoding
 * test_gc (test_get_count): "The following two tests are fragile: ..." :-/
 * test_gdb: libpython doesn't support surrogates if paths
 * test_email: issue with the end of line (\n vs \r\n?)
 * test_runpy: ?
历史
日期 用户 动作 参数
2010-10-17 19:20:56vstinner修改recipients: + vstinner, brett.cannon, georg.brandl, pitrou, Arfrever, asvetlov
2010-10-17 19:20:56vstinner修改messageid: <1287343256.1.0.821424912665.issue8611@psf.upfronthosting.co.za>
2010-10-17 19:20:54vstinner链接issue8611 messages
2010-10-17 19:20:54vstinner创建