slackbuilds/python/shutilwhich
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README python/shutilwhich: Added (shutil.which backport from Python 3.3). 2016-10-23 07:10:47 +07:00
shutilwhich.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
shutilwhich.info python/shutilwhich: Added (shutil.which backport from Python 3.3). 2016-10-23 07:10:47 +07:00
slack-desc python/shutilwhich: Added (shutil.which backport from Python 3.3). 2016-10-23 07:10:47 +07:00

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.