diff options
Diffstat (limited to 'python/shutil_which/README')
-rw-r--r-- | python/shutil_which/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/shutil_which/README b/python/shutil_which/README new file mode 100644 index 0000000000..75d4170da8 --- /dev/null +++ b/python/shutil_which/README @@ -0,0 +1,2 @@ +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. |