[Python-Dev] Python 2.1 release schedule
Tim Peters
tim.one@home.com
Mon, 12 Feb 2001 16:01:07 -0500
[Guido, on making "global x" an error sometimes, and warning on
"import * / exec" sometimes
]
> Can't recall when we discussed these, but yes, after some
> introspection I still appear to agree.
Heh heh. Herewith your entire half of the discussion <wink>:
From: guido@cj20424-a.reston1.va.home.com
Sent: Friday, February 09, 2001 3:12 PM
To: Tim Peters
Cc: Jeremy Hylton
Subject: Re: [Python-Dev] RE: global, was Re: None assigment
Agreed.
--Guido van Rossum (home page: http://www.python.org/~guido/)
This probably wasn't enough detail for Jeremy to act on, but was enough for
me to complete channeling you <wink>. The tail end of the msg to which you
replied was:
+1 on making this ["global x" sometimes] an error now. And
if 2.1 is relaxed to again allow "import *" at function scope
in some cases, either that should at least raise a warning,
or the Ref Man should be changed to say that's a defined use
of the language.
not-often-you-see-5-quoted-lines-each-begin-with-a-2-character-
thing-ly y'rs - tim