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 2014-06-09.06:34:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3gn4S92F4Pz7Ljr@mail.python.org>
In-reply-to
Content
New changeset a3b7b89da34f by Serhiy Storchaka in branch '3.4':
Issue #21677: Fixed chaining nonnormalized exceptions in io close() methods.
http://hg.python.org/cpython/rev/a3b7b89da34f

New changeset d6ac4b6020b9 by Serhiy Storchaka in branch 'default':
Issue #21677: Fixed chaining nonnormalized exceptions in io close() methods.
http://hg.python.org/cpython/rev/d6ac4b6020b9
History
Date User Action Args
2014-06-09 06:34:18python-devsetrecipients: + python-dev, pitrou, benjamin.peterson, stutzbach, martin.panter, serhiy.storchaka
2014-06-09 06:34:18python-devlinkissue21677 messages
2014-06-09 06:34:17python-devcreate