[Python-Dev] simple syntax error bombs interpreter

Fredrik Lundh Fredrik Lundh" <effbot@telia.com
Wed, 12 Jul 2000 17:31:10 +0200


using my latest Python 2.0 build, the interpreter
bombs if I type the following two commands:

>>> def a(b):
...     global b
...

(1.5.2 says "name is local and global").

</F>