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 christian.heimes
Recipients asvetlov, chris.jerdonek, christian.heimes, ezio.melotti, gregory.p.smith, lyapun, neologix, pitrou, r.david.murray, tim.golden
Date 2012-11-03.17:07:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351962463.91.0.54147044821.issue16353@psf.upfronthosting.co.za>
In-reply-to
Content
The os module can't import shutil as it would create a circular import. Also shutil.which() does lots of stat calls and we don't want additional stat calls in a core module like os. My implementation requires just one stat() call.

COMSPEC can point to an alternative command implementation. That's the point of COMSPEC. Perhaps some people remember 4DOS and 4NT.
History
Date User Action Args
2012-11-03 17:07:43christian.heimessetrecipients: + christian.heimes, gregory.p.smith, pitrou, tim.golden, ezio.melotti, r.david.murray, asvetlov, chris.jerdonek, neologix, lyapun
2012-11-03 17:07:43christian.heimessetmessageid: <1351962463.91.0.54147044821.issue16353@psf.upfronthosting.co.za>
2012-11-03 17:07:43christian.heimeslinkissue16353 messages
2012-11-03 17:07:43christian.heimescreate