[issue18283] shutil.which() should support bytes

STINNER Victor report at bugs.python.org
Mon Dec 16 22:46:36 CET 2013


STINNER Victor added the comment:

Almost all functions of the shutil module support bytes filenames. I tested shutil.copyfile(), shutil.ignore_patterns(), shutil.copytree(), shutil.rmtree() and shutil.move().

I only found one function which only support Unicode filenames: shutil.make_archive().

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18283>
_______________________________________


More information about the Python-bugs-list mailing list