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 python-dev
Recipients barry, chris.jerdonek, eng793, eric.araujo, giampaolo.rodola, hynek, jwilk, larry, pitrou, python-dev, serhiy.storchaka
Date 2012-12-10.08:18:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3YKccS0ckFzRYV@mail.python.org>
In-reply-to
Content
New changeset c9b9f786ec25 by Hynek Schlawack in branch '3.2':
#15872: Add tests for a 3.3 regression in the new fd-based shutil.rmtree
http://hg.python.org/cpython/rev/c9b9f786ec25

New changeset fc394216c724 by Hynek Schlawack in branch '3.3':
#15872: Fix 3.3 regression introduced by the new fd-based shutil.rmtree
http://hg.python.org/cpython/rev/fc394216c724

New changeset c70d964b26fe by Hynek Schlawack in branch 'default':
#15872: Fix 3.3 regression introduced by the new fd-based shutil.rmtree
http://hg.python.org/cpython/rev/c70d964b26fe
History
Date User Action Args
2012-12-10 08:18:32python-devsetrecipients: + python-dev, barry, pitrou, larry, giampaolo.rodola, jwilk, eric.araujo, chris.jerdonek, hynek, serhiy.storchaka, eng793
2012-12-10 08:18:32python-devlinkissue15872 messages
2012-12-10 08:18:32python-devcreate