[issue1545] shutil fails when copying to NTFS in Linux

Raghuram Devarakonda report at bugs.python.org
Wed Dec 5 23:39:55 CET 2007


Raghuram Devarakonda added the comment:

There is a mistake in the patch. The line "if WindowsError is not None
and isinstance(err, WindowsError):" in copytree() should use the name
'why' and not 'err'. Unfortunately I can't test on windows, but you
didn't get NameError when you tested copytree() on windows?

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


More information about the Python-bugs-list mailing list