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 neologix
Recipients hynek, neologix
Date 2012-05-13.10:52:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336906356.66.0.778590240811.issue14773@psf.upfronthosting.co.za>
In-reply-to
Content
> Just to stress it once more: a fwalk that _ignores_ dangling symlinks is worthless for rmtree. And wasn't rmtree the initial reason to implement fwalk in the first place? ;)

Indeed, my bad :-)

> So I've changed the patch to ignore everything missing except for dangling links (which throw unfortunately the same exception).

Looks good to me.
History
Date User Action Args
2012-05-13 10:52:36neologixsetrecipients: + neologix, hynek
2012-05-13 10:52:36neologixsetmessageid: <1336906356.66.0.778590240811.issue14773@psf.upfronthosting.co.za>
2012-05-13 10:52:36neologixlinkissue14773 messages
2012-05-13 10:52:36neologixcreate