This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author draghuram
Recipients amaury.forgeotdarc, christian.heimes, draghuram, facundobatista, gvanrossum, ianare
Date 2007-12-05.22:39:54
SpamBayes Score 0.008455524
Marked as misclassified No
Message-id <1196894395.3.0.455792993689.issue1545@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2007-12-05 22:39:55draghuramsetspambayes_score: 0.00845552 -> 0.008455524
recipients: + draghuram, gvanrossum, facundobatista, amaury.forgeotdarc, christian.heimes, ianare
2007-12-05 22:39:55draghuramsetspambayes_score: 0.00845552 -> 0.00845552
messageid: <1196894395.3.0.455792993689.issue1545@psf.upfronthosting.co.za>
2007-12-05 22:39:55draghuramlinkissue1545 messages
2007-12-05 22:39:54draghuramcreate