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, martin.panter, pitrou, python-dev, serhiy.storchaka, stutzbach
Date 2015-03-24.21:24:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150324212427.16168.54787@psf.io>
In-reply-to
Content
New changeset d4694c672c36 by Serhiy Storchaka in branch '3.4':
Issue #21802: The reader in BufferedRWPair now is closed even when closing
https://hg.python.org/cpython/rev/d4694c672c36

New changeset f515c7ccff57 by Serhiy Storchaka in branch 'default':
Issue #21802: The reader in BufferedRWPair now is closed even when closing
https://hg.python.org/cpython/rev/f515c7ccff57

New changeset dcf25060cae8 by Serhiy Storchaka in branch '2.7':
Issue #21802: The reader in BufferedRWPair now is closed even when closing
https://hg.python.org/cpython/rev/dcf25060cae8
History
Date User Action Args
2015-03-24 21:24:33python-devsetrecipients: + python-dev, pitrou, benjamin.peterson, stutzbach, martin.panter, serhiy.storchaka
2015-03-24 21:24:33python-devlinkissue21802 messages
2015-03-24 21:24:33python-devcreate