Terry J. Reedy <tjre...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue9618>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to