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 gvanrossum
Recipients amaury.forgeotdarc, christian.heimes, draghuram, facundobatista, gvanrossum, ianare
Date 2007-12-03.19:31:08
SpamBayes Score 0.33298993
Marked as misclassified No
Message-id <1196710269.2.0.846503645676.issue1545@psf.upfronthosting.co.za>
In-reply-to
Content
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().
History
Date User Action Args
2007-12-03 19:31:09gvanrossumsetspambayes_score: 0.33299 -> 0.33298993
recipients: + gvanrossum, facundobatista, amaury.forgeotdarc, draghuram, christian.heimes, ianare
2007-12-03 19:31:09gvanrossumsetspambayes_score: 0.33299 -> 0.33299
messageid: <1196710269.2.0.846503645676.issue1545@psf.upfronthosting.co.za>
2007-12-03 19:31:09gvanrossumlinkissue1545 messages
2007-12-03 19:31:08gvanrossumcreate