Message114546
| 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: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 | |