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 eric.araujo, hynek, petri.lehtinen, socketpair, tarek
Date 2011-08-24.17:51:23
SpamBayes Score 8.96684e-06
Marked as misclassified No
Message-id <1314208284.35.0.398128360862.issue12715@psf.upfronthosting.co.za>
In-reply-to
Content
What started as a 2 lines fix, grew to a patch of ~400 lines. :)

It's mostly tests though:

Lib/shutil.py           |  102 +++++++++++++++++++++++++++++----------
Lib/test/test_shutil.py |  220 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Misc/ACKS               |    1 +
3 files changed, 297 insertions(+), 26 deletions(-)

I've AFAIS implemented the desired behavior and hope for feedback/bug reports.

It's tested on Linux & FreeBSD 8.2 and applies cleanly against default/tip.

Please let me know if I've done something stupid.
History
Date User Action Args
2011-08-24 17:51:24hyneksetrecipients: + hynek, tarek, eric.araujo, socketpair, petri.lehtinen
2011-08-24 17:51:24hyneksetmessageid: <1314208284.35.0.398128360862.issue12715@psf.upfronthosting.co.za>
2011-08-24 17:51:23hyneklinkissue12715 messages
2011-08-24 17:51:23hynekcreate