summaryrefslogtreecommitdiff
path: root/python/shutilwhich/README
diff options
context:
space:
mode:
authorMarkus Reichelt <slackbuilds@mareichelt.de>2016-10-23 07:01:54 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-10-23 07:10:47 +0700
commita2e7799567b9419f430970bb66adb1f67d3256be (patch)
treefc14a96bf343b606176ce572e724caa418a99bde /python/shutilwhich/README
parent3e45fa2db6f87022770acc299c29ee6fa28e1beb (diff)
downloadslackbuilds-a2e7799567b9419f430970bb66adb1f67d3256be.tar.gz
python/shutilwhich: Added (shutil.which backport from Python 3.3).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/shutilwhich/README')
-rw-r--r--python/shutilwhich/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/shutilwhich/README b/python/shutilwhich/README
new file mode 100644
index 0000000000..5c58385a48
--- /dev/null
+++ b/python/shutilwhich/README
@@ -0,0 +1,3 @@
+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.