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 martin.panter
Recipients martin.panter
Date 2016-01-17.03:31:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453001479.54.0.173509242949.issue26136@psf.upfronthosting.co.za>
In-reply-to
Content
PEP 479 says “Python 3.6: Non-silent deprecation warning” if “StopIteration bubbles out of a generator not under __future__ import”. Currently I see a PendingDeprecationWarning in this case; I guess this should be changed to DeprecationWarning in the 3.6 branch.
History
Date User Action Args
2016-01-17 03:31:19martin.pantersetrecipients: + martin.panter
2016-01-17 03:31:19martin.pantersetmessageid: <1453001479.54.0.173509242949.issue26136@psf.upfronthosting.co.za>
2016-01-17 03:31:19martin.panterlinkissue26136 messages
2016-01-17 03:31:19martin.pantercreate