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 ncoghlan
Recipients NeilGirdhar, Rosuav, belopolsky, ethan.furman, gvanrossum, ncoghlan, python-dev, r.david.murray, rhettinger, schlamar, scoder, serhiy.storchaka, vstinner, yselivanov
Date 2015-05-07.23:13:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7c=b3zb03C1tX_TXaC97uLK5bFbve-51qDprXB++p_Oow@mail.gmail.com>
In-reply-to <1431034031.21.0.654791455135.issue22906@psf.upfronthosting.co.za>
Content
Yury's patch mostly looks good to me, except:

* the check in contextlib should be against __cause__ rather than
__context__, and there should be a new test for this code handling path
* there should be a new test for the __future__ flag itself (independently
of the contextlib tests)
History
Date User Action Args
2015-05-07 23:13:04ncoghlansetrecipients: + ncoghlan, gvanrossum, rhettinger, belopolsky, scoder, vstinner, r.david.murray, ethan.furman, python-dev, schlamar, Rosuav, serhiy.storchaka, yselivanov, NeilGirdhar
2015-05-07 23:13:04ncoghlanlinkissue22906 messages
2015-05-07 23:13:04ncoghlancreate