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 loewis
Recipients amaury.forgeotdarc, christian.heimes, gvanrossum, loewis, nnorwitz
Date 2007-11-20.03:04:31
SpamBayes Score 0.11336876
Marked as misclassified No
Message-id <1195527872.07.0.561657078421.issue1342@psf.upfronthosting.co.za>
In-reply-to
Content
Please don't use the FileSystemEncoding on Windows for sys.path items.
Instead, it should use the wide API to perform all system calls. Py3k
shouldn't ever use the file system encoding for anything on Windows.
History
Date User Action Args
2007-11-20 03:04:32loewissetspambayes_score: 0.113369 -> 0.11336876
recipients: + loewis, gvanrossum, nnorwitz, amaury.forgeotdarc, christian.heimes
2007-11-20 03:04:32loewissetspambayes_score: 0.113369 -> 0.113369
messageid: <1195527872.07.0.561657078421.issue1342@psf.upfronthosting.co.za>
2007-11-20 03:04:32loewislinkissue1342 messages
2007-11-20 03:04:31loewiscreate