[issue3569] Glitch in eval() doc

2008-08-30 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed in r66065. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___

[issue3569] Glitch in eval() doc

2008-08-16 Thread Terry J. Reedy
New submission from Terry J. Reedy <[EMAIL PROTECTED]>: LibRef/built-in functions/eval() has this section This function can also be used to execute arbitrary code objects (such as those created by compile()). In this case pass a code object instead of a string. The code object must have been com