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 asvetlov
Recipients asvetlov, chris.jerdonek, christian.heimes, ezio.melotti, gregory.p.smith, lyapun, neologix, pitrou, r.david.murray, tim.golden
Date 2012-11-03.15:04:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351955098.65.0.370340918344.issue16353@psf.upfronthosting.co.za>
In-reply-to
Content
Is it ok to import *which* functions from shutil in *os* module?
There is only reason to put function into shutil.

But I like Christian's sketch.

Also, what reason to get shell name from COMSPEC? What should we do if COMSPEC points to some another shell, not cmd.exe?
History
Date User Action Args
2012-11-03 15:04:58asvetlovsetrecipients: + asvetlov, gregory.p.smith, pitrou, christian.heimes, tim.golden, ezio.melotti, r.david.murray, chris.jerdonek, neologix, lyapun
2012-11-03 15:04:58asvetlovsetmessageid: <1351955098.65.0.370340918344.issue16353@psf.upfronthosting.co.za>
2012-11-03 15:04:58asvetlovlinkissue16353 messages
2012-11-03 15:04:58asvetlovcreate