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 amaury.forgeotdarc
Recipients amaury.forgeotdarc
Date 2008-06-11.18:24:52
SpamBayes Score 0.04653098
Marked as misclassified No
Message-id <1213208697.49.0.984990811807.issue3080@psf.upfronthosting.co.za>
In-reply-to
Content
This is the most difficult part of issue1342:
"""
On Windows, 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.
"""

This imply to rewrite all functions in import.c, and replace all char*
arguments with unicode variables.
History
Date User Action Args
2008-06-11 18:24:58amaury.forgeotdarcsetspambayes_score: 0.046531 -> 0.04653098
recipients: + amaury.forgeotdarc
2008-06-11 18:24:57amaury.forgeotdarcsetspambayes_score: 0.046531 -> 0.046531
messageid: <1213208697.49.0.984990811807.issue3080@psf.upfronthosting.co.za>
2008-06-11 18:24:56amaury.forgeotdarclinkissue3080 messages
2008-06-11 18:24:53amaury.forgeotdarccreate