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, michael.foord, pitrou, tarek, tleeuwenburg@gmail.com
Date 2010-07-12.13:38:22
SpamBayes Score 0.00069045817
Marked as misclassified No
Message-id <1278941907.32.0.552460755483.issue444582@psf.upfronthosting.co.za>
In-reply-to
Content
@ Éric and Antoine: Thanks for the useful hints!

* PATH and PATHEXT are now evaluated when needed, not only on module init. The rationale is, that the lib user may change them, eg. to include a directory with additional commands.

* the only helper module-level variables left are _windows and _getwinpathext() 

* updated doctest

* updated versionadded in docs to 3.2
History
Date User Action Args
2010-07-12 13:38:27ikisetrecipients: + iki, edemaine, pitrou, christian.heimes, ajaksu2, tarek, eric.araujo, Christophe Simonis, andybuckley, tleeuwenburg@gmail.com, michael.foord, brian.curtin, meatballhat
2010-07-12 13:38:27ikisetmessageid: <1278941907.32.0.552460755483.issue444582@psf.upfronthosting.co.za>
2010-07-12 13:38:26ikilinkissue444582 messages
2010-07-12 13:38:25ikicreate