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 loewis
Recipients Arfrever, eric.araujo, ezio.melotti, georg.brandl, hynek, jcea, loewis, mrts, neologix, petri.lehtinen, pitrou, rosslagerwall, schmir, tarek, teamnoir
Date 2012-06-10.20:40:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339360804.75.0.557121130999.issue4489@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch with just the shutil changes. Compared to rmtree-with-fwalk-v3.diff, this changes 90 lines of rmtree, whereas the fwalk version changes only 70 lines. On the plus side, it's much more obvious in this version that the *at variant has the same algorithm as the non-*at version.
History
Date User Action Args
2012-06-10 20:40:04loewissetrecipients: + loewis, georg.brandl, jcea, pitrou, schmir, tarek, ezio.melotti, eric.araujo, Arfrever, mrts, neologix, teamnoir, rosslagerwall, petri.lehtinen, hynek
2012-06-10 20:40:04loewissetmessageid: <1339360804.75.0.557121130999.issue4489@psf.upfronthosting.co.za>
2012-06-10 20:40:04loewislinkissue4489 messages
2012-06-10 20:40:04loewiscreate