On 10/10/05, Christos Georgiou <[EMAIL PROTECTED]> wrote: > This might be minor-- but I didn't see anyone mentioning it so far. If > `exec` functionality is to be provided, then I think it still should be a > keyword for the parser to know; currently bytecode generation is affected if > `exec` is present. Even if that changes for Python 3k (we don't know yet), > the paragraph for exec should be annotated with a note about this issue. >
But the PEP says that 'exec' will become a function and thus no longer become a built-in, so changing the grammar is not needed. -Brett _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com