Message258448
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. |
|
Date |
User |
Action |
Args |
2016-01-17 03:31:19 | martin.panter | set | recipients:
+ martin.panter |
2016-01-17 03:31:19 | martin.panter | set | messageid: <1453001479.54.0.173509242949.issue26136@psf.upfronthosting.co.za> |
2016-01-17 03:31:19 | martin.panter | link | issue26136 messages |
2016-01-17 03:31:19 | martin.panter | create | |
|