[Python-Dev] Re: let's not stretch a keyword's use unreasonably, _please_...

Skip Montanaro skip at pobox.com
Thu Oct 23 10:16:02 EDT 2003


    >>> import __main__ as m # I know, not general, just for trial
    >>> m.c=3

Isn't (in 3.0) the notion of being able to modify another module's globals
supposed to get restricted to help out (among other things) the compiler?
If so, this use, even though it's not really modifying a global in another
module, might not work forever.

Skip



More information about the Python-Dev mailing list