Re: Some python comments/questions

Bill Janssen (janssen@parc.xerox.com)
Wed, 13 Oct 1993 13:55:28 PDT

Excerpts from mail: 13-Oct-93 Re: Some python comments/qu..
Guido.van.Rossum@cwi.nl (1068)

> The change will break some existing Python code: statements calling
> exec() with an explicit global and/or local dictionary. The majority
> of exec() function calls will still work since the extra parentheses
> are harmless.

Hmmm. I was sort of counting on having this continue to work.

Bill