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.

classification
Title: python -i loses __future__
Type: Stage:
Components: Interpreter Core Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jhylton Nosy List: jhylton
Priority: normal Keywords:

Created on 2001-03-13 01:42 by jhylton, last changed 2022-04-10 16:03 by admin. This issue is now closed.

Messages (1)
msg3849 - (view) Author: Jeremy Hylton (jhylton) (Python triager) Date: 2001-03-13 01:42
If you run a Python script that has a "from __future__
import nested_scopes" and pass the -i flag, the
interactive interpreter should have the nested_scopes
compiler flag set.
History
Date User Action Args
2022-04-10 16:03:51adminsetgithub: 34142
2001-03-13 01:42:36jhyltoncreate