You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Markus Reichelt a2e7799567 python/shutilwhich: Added (shutil.which backport from Python 3.3). 9 years ago
..
README python/shutilwhich: Added (shutil.which backport from Python 3.3). 9 years ago
shutilwhich.SlackBuild python/shutilwhich: Added (shutil.which backport from Python 3.3). 9 years ago
shutilwhich.info python/shutilwhich: Added (shutil.which backport from Python 3.3). 9 years ago
slack-desc python/shutilwhich: Added (shutil.which backport from Python 3.3). 9 years ago

README

A copy & paste backport of Python 3.3's shutil.which function.
On Python 3.3 and above, the module never does anything but
return the stdlib shutil.which function.