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.

作者 pitrou
收信人 Christophe Simonis, ajaksu2, andybuckley, brian.curtin, christian.heimes, edemaine, eric.araujo, iki, meatballhat, michael.foord, pitrou, tarek, tleeuwenburg@gmail.com
日期 2010-07-12.11:47:12
SpamBayes Score 0.001209431
Marked as misclassified
Message-id <1278935234.53.0.867571365335.issue444582@psf.upfronthosting.co.za>
In-reply-to
内容
Some comments on the patch:
- shouldn't getdir_id use os.path.normcase() rather than manually switch on `windows`?
- the patch adds lots of names at the top-level which aren't part of the public API ("windows", "getdir_id", "defpath", "defpath_ext"). They should probably start with an underscore.
- if PATH is updated after shutil is first imported, the changes won't get picked up. Is it desired?
历史
日期 用户 动作 参数
2010-07-12 11:47:14pitrou修改recipients: + pitrou, edemaine, christian.heimes, ajaksu2, tarek, eric.araujo, Christophe Simonis, andybuckley, tleeuwenburg@gmail.com, michael.foord, brian.curtin, meatballhat, iki
2010-07-12 11:47:14pitrou修改messageid: <1278935234.53.0.867571365335.issue444582@psf.upfronthosting.co.za>
2010-07-12 11:47:12pitrou链接issue444582 messages
2010-07-12 11:47:12pitrou创建