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 Arfrever, ethan.furman, martin.panter, ncoghlan, python-dev, serhiy.storchaka, yselivanov
Date 2015-06-28.14:12:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150628141222.1304.65774@psf.io>
In-reply-to
Content
New changeset f0053d05ed6d by Serhiy Storchaka in branch '3.4':
Issue #24336: The contextmanager decorator now works with functions with
https://hg.python.org/cpython/rev/f0053d05ed6d

New changeset 20aa7083057e by Serhiy Storchaka in branch '3.5':
Issue #24336: The contextmanager decorator now works with functions with
https://hg.python.org/cpython/rev/20aa7083057e

New changeset d4e4bfabc21f by Serhiy Storchaka in branch 'default':
Issue #24336: The contextmanager decorator now works with functions with
https://hg.python.org/cpython/rev/d4e4bfabc21f

New changeset 85c78d4db242 by Serhiy Storchaka in branch '2.7':
Issue #24336: Backported test for contextmanager.  Patch by Martin Panter.
https://hg.python.org/cpython/rev/85c78d4db242
History
Date User Action Args
2015-06-28 14:12:26python-devsetrecipients: + python-dev, ncoghlan, Arfrever, ethan.furman, martin.panter, serhiy.storchaka, yselivanov
2015-06-28 14:12:26python-devlinkissue24336 messages
2015-06-28 14:12:26python-devcreate