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

Terry J. Reedy report at bugs.python.org
Sun Jun 7 18:31:02 EDT 2020


Terry J. Reedy <tjreedy at udel.edu> added the comment:

The only currently active __future__ import is 'annotations'.
https://docs.python.org/3/reference/compound_stmts.html#index-23
The is currently scheduled to be needed indefinitely (until '4.0').

----------
versions: +Python 3.10 -Python 3.6, Python 3.7

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


More information about the Python-bugs-list mailing list