> 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