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.

作者 hynek
收信人 eric.araujo, hynek, petri.lehtinen, socketpair, tarek
日期 2011-08-24.17:51:23
SpamBayes Score 8.96684e-06
Marked as misclassified
Message-id <1314208284.35.0.398128360862.issue12715@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2011-08-24 17:51:24hynek修改recipients: + hynek, tarek, eric.araujo, socketpair, petri.lehtinen
2011-08-24 17:51:24hynek修改messageid: <1314208284.35.0.398128360862.issue12715@psf.upfronthosting.co.za>
2011-08-24 17:51:23hynek链接issue12715 messages
2011-08-24 17:51:23hynek创建