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 r.david.murray
Recipients belopolsky, brian.curtin, docs@python, hynek, python-dev, r.david.murray, tarek, tshepang
Date 2012-06-23.03:27:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340422066.96.0.162093899527.issue15148@psf.upfronthosting.co.za>
In-reply-to
Content
Yeah, Brian had it as 'file' before, and I asked him to change it because it is confusing.  'file' sounds like a Python file object, which this is not.  'filename' would be OK, but 'cmd', as you note, is what it is really about.

One possibility for the path confusion is to capitalize the references to the system path, since both posix and windows capitalize it.:

"Given a name, mode, and PATH, return the path to the first file which conforms to the given mode found on the PATH, or None if there is no such file.  mode defaults to os.F_OK|os.X_OK.  PATH can be specified via the path argument, if not specified it defaults to the PATH set in the environment."
History
Date User Action Args
2012-06-23 03:27:47r.david.murraysetrecipients: + r.david.murray, belopolsky, tarek, brian.curtin, docs@python, tshepang, python-dev, hynek
2012-06-23 03:27:46r.david.murraysetmessageid: <1340422066.96.0.162093899527.issue15148@psf.upfronthosting.co.za>
2012-06-23 03:27:46r.david.murraylinkissue15148 messages
2012-06-23 03:27:45r.david.murraycreate