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 benjamin.peterson, brett.cannon, mattip, python-dev, serhiy.storchaka
Date 2014-04-04.18:00:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3g0pnx2nHgz7Llg@mail.python.org>
In-reply-to
Content
New changeset b56341a49eab by Benjamin Peterson in branch '2.7':
make temporary read-only files writable, so rmtree can remove them (#21128)
http://hg.python.org/cpython/rev/b56341a49eab

New changeset 6f1ac58207cc by Benjamin Peterson in branch '2.7':
properly explicitly close file (#21128)
http://hg.python.org/cpython/rev/6f1ac58207cc

New changeset d7a37a1f2ca9 by Benjamin Peterson in branch '2.7':
explicitly close file object (#21128)
http://hg.python.org/cpython/rev/d7a37a1f2ca9

New changeset 9fd33a504b58 by Benjamin Peterson in branch '3.4':
make temporary read-only files writable, so rmtree can remove them (#21128)
http://hg.python.org/cpython/rev/9fd33a504b58

New changeset 78e75181d87f by Benjamin Peterson in branch 'default':
merge 3.4 (#21128)
http://hg.python.org/cpython/rev/78e75181d87f
History
Date User Action Args
2014-04-04 18:00:06python-devsetrecipients: + python-dev, brett.cannon, benjamin.peterson, serhiy.storchaka, mattip
2014-04-04 18:00:06python-devlinkissue21128 messages
2014-04-04 18:00:06python-devcreate