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.

Author Serg.Asminog
Recipients Jukka Aho, Serg.Asminog, amaury.forgeotdarc, asvetlov, benjamin.peterson, gvanrossum, vstinner
Date 2011-12-09.12:05:12
SpamBayes Score 1.3551375e-08
Marked as misclassified No
Message-id <1323432313.11.0.353199681387.issue4352@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2011-12-09 12:05:13Serg.Asminogsetrecipients: + Serg.Asminog, gvanrossum, amaury.forgeotdarc, vstinner, benjamin.peterson, Jukka Aho, asvetlov
2011-12-09 12:05:13Serg.Asminogsetmessageid: <1323432313.11.0.353199681387.issue4352@psf.upfronthosting.co.za>
2011-12-09 12:05:12Serg.Asminoglinkissue4352 messages
2011-12-09 12:05:12Serg.Asminogcreate