R. David Murray <rdmur...@bitdance.com> added the comment:

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."

----------
nosy: +r.david.murray

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15148>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to