[Python-Dev] RE: [Python-checkins] CVS: python/dist/src/Python compile.c,2.198,2.199
Neil Schemenauer
nas@python.ca
Tue, 8 May 2001 07:05:01 -0700
Tim Peters wrote:
> [Jeremy Hylton, on python-checkins]
> > ...
> > XXX When should nested scopes by made non-optional on the trunk?
>
> Since the trunk is 2.2a0, as soon as it's convenient. Like, say, if you're
> have trouble sleeping tonight <wink>.
Shouldn't the entry in the __future__ file be:
nested_scopes = _Feature((2, 1, 0, "beta", 1), (2, 2, 0, "alpha", 0))
or am I misunderstanding something?
Neil