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 iki
Recipients Christophe Simonis, ajaksu2, andybuckley, brian.curtin, christian.heimes, edemaine, eric.araujo, iki, meatballhat, tarek, tleeuwenburg@gmail.com
Date 2010-07-11.18:31:46
SpamBayes Score 0.025531795
Marked as misclassified No
Message-id <1278873110.76.0.424791135839.issue444582@psf.upfronthosting.co.za>
In-reply-to
Content
* hardcoded deafult PATHEXT values for different versions of Windows
  (confirmed the W2K, W2008 values via google)
* code+tests+docs cleanup

Just one question: is there some std proc how to run the test suite on the updated stdlib in a working repo?
For now, I just copied the Lib/test/test_shutil.py to a parent Lib/ dir, renamed Lib/test temporarily to not collide with a test module, and run python test_shutil.py in Lib, but I guess you have some simpler way to do it.
History
Date User Action Args
2010-07-11 18:31:51ikisetrecipients: + iki, edemaine, christian.heimes, ajaksu2, tarek, eric.araujo, Christophe Simonis, andybuckley, tleeuwenburg@gmail.com, brian.curtin, meatballhat
2010-07-11 18:31:50ikisetmessageid: <1278873110.76.0.424791135839.issue444582@psf.upfronthosting.co.za>
2010-07-11 18:31:49ikilinkissue444582 messages
2010-07-11 18:31:48ikicreate