slackbuilds_ponce/python/shutilwhich/README

4 lines
164 B
Text
Raw Normal View History

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.