[issue23069] IDLE's F5 Run Module doesn't transfer effects of future import

Terry J. Reedy report at bugs.python.org
Fri Jun 23 03:06:07 EDT 2017


Terry J. Reedy added the comment:

I am no longer patching 2.7 but there is one __future__ import active in 3.6: generator_stop.  If I remember right, there is code that would work without future import and fail with it.  In 3.7, it would always fail.

----------
assignee:  -> terry.reedy
versions: +Python 3.6, Python 3.7 -Python 2.7, Python 3.4, Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23069>
_______________________________________


More information about the Python-bugs-list mailing list