[issue9618] IDLE shell ignores all but first statement

Terry J. Reedy report at bugs.python.org
Sat Aug 21 21:10:02 CEST 2010


Terry J. Reedy <tjreedy at udel.edu> added the comment:

I agree: 
Implementation note: PyShell.py hass the following line:
from code import InteractiveInterpreter
That is the base class for InteractiveConsole, the subject of #7741.
PyShell makes it own extension
class ModifiedInterpreter(InteractiveInterpreter):

----------
resolution:  -> duplicate
status: open -> closed
superseder:  -> Pasted \n not same as typed \n

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9618>
_______________________________________


More information about the Python-bugs-list mailing list