[Python-Dev] Very recent test_global failure

Jeremy Hylton jeremy@alum.mit.edu
Wed, 28 Feb 2001 17:40:05 -0500 (EST)


Just fixed.  Guido's new, handy-dandy warning helper for the compiler
checks for a warning that has been turned into an error.  If the
warning becomes an error, the SyntaxWarning is replaced with a
SyntaxError.  The change broke this test, but was otherwise a good
thing.  It allows reasonable tracebacks to be produced.

Jeremy