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.

作者 tarek
收信人 Christophe Simonis, ajaksu2, andybuckley, brian.curtin, christian.heimes, edemaine, iki, tarek, tleeuwenburg@gmail.com
日期 2010-05-19.12:38:56
SpamBayes Score 0.006870473
Marked as misclassified
Message-id <1274272738.52.0.181465551659.issue444582@psf.upfronthosting.co.za>
In-reply-to
内容
@iki: could you refactor your code so it's in shutil (and the tests in test_shutil)

few remarks: only which/which_files should be public API,

Next, I don't think extensions like VBS should be hardcoded if PATHEXT is not found. A pseudo-dos shell just runs .exe and .com IIRC, if not, there's probably somewhere in the win32 environment a list of extensions and their associated programs that get called automatically from the shell (in addition to PATHEXT). We need to find this list programatically rather that harcoding a list that will change from one box to the other.
历史
日期 用户 动作 参数
2010-05-19 12:38:58tarek修改recipients: + tarek, edemaine, christian.heimes, ajaksu2, Christophe Simonis, andybuckley, tleeuwenburg@gmail.com, brian.curtin, iki
2010-05-19 12:38:58tarek修改messageid: <1274272738.52.0.181465551659.issue444582@psf.upfronthosting.co.za>
2010-05-19 12:38:56tarek链接issue444582 messages
2010-05-19 12:38:56tarek创建