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 hynek
Recipients Arfrever, eric.araujo, ezio.melotti, georg.brandl, hynek, jcea, loewis, mrts, neologix, petri.lehtinen, pitrou, rosslagerwall, schmir, tarek, teamnoir
Date 2012-06-22.17:28:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340386133.45.0.171565483216.issue4489@psf.upfronthosting.co.za>
In-reply-to
Content
Here is my revised patch with Martin's code integrated.

Differences:

  - fixed docs
  - added some tests, test_on_errors could still use some refactorings though
  - renamed _rmtree_safe to _rmtree_safe_fd so we can implement more of them
  - _rmtree_safe_fd & _rmtree_unsafe don't need default arguments and the unsafe version also doesn't need argument normalization as both get onerror filled out by rmtree.


If nobody objects, I'd commit it soonish (definitely before Sunday).
History
Date User Action Args
2012-06-22 17:28:54hyneksetrecipients: + hynek, loewis, georg.brandl, jcea, pitrou, schmir, tarek, ezio.melotti, eric.araujo, Arfrever, mrts, neologix, teamnoir, rosslagerwall, petri.lehtinen
2012-06-22 17:28:53hyneksetmessageid: <1340386133.45.0.171565483216.issue4489@psf.upfronthosting.co.za>
2012-06-22 17:28:52hyneklinkissue4489 messages
2012-06-22 17:28:52hynekcreate