[issue3177] Add shutil.open

STINNER Victor report at bugs.python.org
Fri Jul 15 17:19:26 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> dependencies: + Finding programs in PATH, adding shutil.which

Why did you add this dependency? For example, subprocess is able to locate a program if the program has no full path. We don't need a which function.

----------
nosy: +haypo

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3177>
_______________________________________


More information about the Python-bugs-list mailing list