New submission from Michael Hipp :
A local *unexecuted* import appears to be changing the namespace. Attached
files are ready to run.
# over.py
SOMETHING = "overridden"
# main.py
OVERRIDE = False
SOMETHING = "original"
def main():
#global SOMETHING # uncomment
Michael Hipp added the comment:
Add'l over.py file
--
Added file: http://bugs.python.org/file24279/over.py
___
Python tracker
<http://bugs.python.org/is
Michael Hipp added the comment:
Even an *unexecuted* import assignment statement?
--
resolution: invalid ->
status: closed -> open
___
Python tracker
<http://bugs.python.org/i