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.

作者 Serg.Asminog
收信人 Jukka Aho, Serg.Asminog, amaury.forgeotdarc, asvetlov, benjamin.peterson, gvanrossum, vstinner
日期 2011-12-09.12:05:12
SpamBayes Score 1.3551375e-08
Marked as misclassified
Message-id <1323432313.11.0.353199681387.issue4352@psf.upfronthosting.co.za>
In-reply-to
内容
dirname = 'A-Za-z\xc4\xd6\xdc\xe4\xf6\xfc\xdf'

Traceback (most recent call last):
  File "D:\temp\python bug\test.py", line 19, in <module>
    file_object, file_path, description = imp.find_module(basename, [dirname])
UnicodeEncodeError: 'mbcs' codec can't encode characters in position 0--1: invalid character
历史
日期 用户 动作 参数
2011-12-09 12:05:13Serg.Asminog修改recipients: + Serg.Asminog, gvanrossum, amaury.forgeotdarc, vstinner, benjamin.peterson, Jukka Aho, asvetlov
2011-12-09 12:05:13Serg.Asminog修改messageid: <1323432313.11.0.353199681387.issue4352@psf.upfronthosting.co.za>
2011-12-09 12:05:12Serg.Asminog链接issue4352 messages
2011-12-09 12:05:12Serg.Asminog创建