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.

作者 amaury.forgeotdarc
收信人 amaury.forgeotdarc
日期 2008-06-11.18:24:52
SpamBayes Score 0.04653098
Marked as misclassified
Message-id <1213208697.49.0.984990811807.issue3080@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2008-06-11 18:24:58amaury.forgeotdarc修改spambayes_score: 0.046531 -> 0.04653098
recipients: + amaury.forgeotdarc
2008-06-11 18:24:57amaury.forgeotdarc修改spambayes_score: 0.046531 -> 0.046531
messageid: <1213208697.49.0.984990811807.issue3080@psf.upfronthosting.co.za>
2008-06-11 18:24:56amaury.forgeotdarc链接issue3080 messages
2008-06-11 18:24:53amaury.forgeotdarc创建