diff options
Diffstat (limited to 'python/shutilwhich/README')
-rw-r--r-- | python/shutilwhich/README | 3 |
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. |