slackbuilds/python/shutil_which
Benjamin Trigona-Harany a9ab18d2b8 python/shutil_which: Added (find path of executable).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2017-05-27 07:31:04 +07:00
..
README python/shutil_which: Added (find path of executable). 2017-05-27 07:31:04 +07:00
shutil_which.SlackBuild python/shutil_which: Added (find path of executable). 2017-05-27 07:31:04 +07:00
shutil_which.info python/shutil_which: Added (find path of executable). 2017-05-27 07:31:04 +07:00
slack-desc python/shutil_which: Added (find path of executable). 2017-05-27 07:31:04 +07:00

README

A backport of the which function from Python 3.3's shutil. which returns the
path to an executable which would be run if the given cmd was called.