[issue11741] shutil2.copy fails with destination filenames

Adam Matan report at bugs.python.org
Sat Apr 2 17:10:23 CEST 2011


Adam Matan <adam at matan.name> added the comment:

Don't you think that shutil should be able to handle mixed data types, for example byte string as file name and unicode destination directory? This is, in my opinion, a very common scenario.

Would you consider converting all arguments to Unicode?

----------

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


More information about the Python-bugs-list mailing list