This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients cben, eric.araujo, kbk, r.david.murray, terry.reedy
Date 2010-08-21.19:10:00
SpamBayes Score 0.0049717734
Marked as misclassified No
Message-id <1282417802.91.0.766318200842.issue9618@psf.upfronthosting.co.za>
In-reply-to
Content
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):
History
Date User Action Args
2010-08-21 19:10:03terry.reedysetrecipients: + terry.reedy, kbk, cben, eric.araujo, r.david.murray
2010-08-21 19:10:02terry.reedysetmessageid: <1282417802.91.0.766318200842.issue9618@psf.upfronthosting.co.za>
2010-08-21 19:10:01terry.reedylinkissue9618 messages
2010-08-21 19:10:00terry.reedycreate