Message114546
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): |
|
Date |
User |
Action |
Args |
2010-08-21 19:10:03 | terry.reedy | set | recipients:
+ terry.reedy, kbk, cben, eric.araujo, r.david.murray |
2010-08-21 19:10:02 | terry.reedy | set | messageid: <1282417802.91.0.766318200842.issue9618@psf.upfronthosting.co.za> |
2010-08-21 19:10:01 | terry.reedy | link | issue9618 messages |
2010-08-21 19:10:00 | terry.reedy | create | |
|