[Python-Dev] Nested scopes resolution -- you can breathe again!

Neil Schemenauer nas@arctrix.com
Fri, 23 Feb 2001 06:36:51 -0800


On Thu, Feb 22, 2001 at 09:59:26PM -0500, Guido van Rossum wrote:
> from __future__ import nested_scopes

I this this alternative better since there is only one "reserved"
module name.  I still think releasing 2.0.1 with warnings is a
good idea.  OTOH, maybe its hard for that compiler to detect
questionable code.

  Neil