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 Rosuav
Recipients Rosuav
Date 2014-11-20.10:43:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416480203.05.0.35241763619.issue22906@psf.upfronthosting.co.za>
In-reply-to
Content
See PEP for full details. Attached is POC patch: behaviour is altered globally (rather than respecting a __future__ directive), and minimal changes are made elsewhere to make the test suite mostly pass (test_generators does not - it'll need more comprehensive edits). Note that PEP 8 is deliberately not followed here; some of the edits ought to involve indenting slabs of code, but instead, "half-level" indentation is used, to keep the patch visibly minimal.
History
Date User Action Args
2014-11-20 10:43:23Rosuavsetrecipients: + Rosuav
2014-11-20 10:43:23Rosuavsetmessageid: <1416480203.05.0.35241763619.issue22906@psf.upfronthosting.co.za>
2014-11-20 10:43:22Rosuavlinkissue22906 messages
2014-11-20 10:43:22Rosuavcreate