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 tarek
Recipients Christophe Simonis, ajaksu2, andybuckley, brian.curtin, christian.heimes, edemaine, iki, tarek, tleeuwenburg@gmail.com
Date 2010-05-19.12:38:56
SpamBayes Score 0.006870473
Marked as misclassified No
Message-id <1274272738.52.0.181465551659.issue444582@psf.upfronthosting.co.za>
In-reply-to
Content
@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.
History
Date User Action Args
2010-05-19 12:38:58tareksetrecipients: + tarek, edemaine, christian.heimes, ajaksu2, Christophe Simonis, andybuckley, tleeuwenburg@gmail.com, brian.curtin, iki
2010-05-19 12:38:58tareksetmessageid: <1274272738.52.0.181465551659.issue444582@psf.upfronthosting.co.za>
2010-05-19 12:38:56tareklinkissue444582 messages
2010-05-19 12:38:56tarekcreate