On Sun, Jan 4, 2009 at 5:28 PM, <skip at pobox.com> wrote: > Since print is now a builtin function why is there still a PRINT_EXPR > opcode? I believe it's used in the interactive interpreter to display the repr of an expression. -- Regards, Benjamin