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 pitrou
Recipients pitrou, vstinner
Date 2010-05-04.13:36:43
SpamBayes Score 0.029392572
Marked as misclassified No
Message-id <1272980207.06.0.363271809105.issue8611@psf.upfronthosting.co.za>
In-reply-to
Content
We could have a separate list storing the original bytes form of sys.path; this list would be used by find_module() as long as Py_FileSystemDefaultEncoding isn't initialized.
History
Date User Action Args
2010-05-04 13:36:47pitrousetrecipients: + pitrou, vstinner
2010-05-04 13:36:47pitrousetmessageid: <1272980207.06.0.363271809105.issue8611@psf.upfronthosting.co.za>
2010-05-04 13:36:43pitroulinkissue8611 messages
2010-05-04 13:36:43pitroucreate