Message106055
@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. |
|
Date |
User |
Action |
Args |
2010-05-19 12:38:58 | tarek | set | recipients:
+ tarek, edemaine, christian.heimes, ajaksu2, Christophe Simonis, andybuckley, tleeuwenburg@gmail.com, brian.curtin, iki |
2010-05-19 12:38:58 | tarek | set | messageid: <1274272738.52.0.181465551659.issue444582@psf.upfronthosting.co.za> |
2010-05-19 12:38:56 | tarek | link | issue444582 messages |
2010-05-19 12:38:56 | tarek | create | |
|