[issue1545] shutil fails when copying to NTFS in Linux

Guido van Rossum report at bugs.python.org
Mon Dec 3 20:31:09 CET 2007


Guido van Rossum added the comment:

There's already an except clause for copystat() that ignores
WindowsError in copytree(). If copying this same code into copy2() makes
the OP happy I think we can place a similar except clause around the
copystat() call in copy2().

----------
nosy: +gvanrossum

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1545>
__________________________________


More information about the Python-bugs-list mailing list