[Python-Dev] PEP 3000 and exec

Christos Georgiou tzot at mediconsa.com
Mon Oct 10 13:25:40 CEST 2005


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. 




More information about the Python-Dev mailing list