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 gruszczy, moyix, python-dev, r.david.murray
Date 2011-06-17.17:10:31
SpamBayes Score 0.000798049
Marked as misclassified No
Message-id <E1QXcYw-0007cf-7q@dinsdale.python.org>
In-reply-to
Content
New changeset fea1920ae75f by R David Murray in branch '3.2':
#11767: use context manager to close file in __getitem__ to prevent FD leak
http://hg.python.org/cpython/rev/fea1920ae75f

New changeset 1d7a91358517 by R David Murray in branch 'default':
merge #11767: use context manager to close file in __getitem__ to prevent FD leak
http://hg.python.org/cpython/rev/1d7a91358517
History
Date User Action Args
2011-06-17 17:10:32python-devsetrecipients: + python-dev, r.david.murray, gruszczy, moyix
2011-06-17 17:10:31python-devlinkissue11767 messages
2011-06-17 17:10:31python-devcreate