]> granicus.if.org Git - python/commit
Subsume the interact() function in a class. This should make it
authorGuido van Rossum <guido@python.org>
Tue, 23 Jun 1998 19:31:19 +0000 (19:31 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 23 Jun 1998 19:31:19 +0000 (19:31 +0000)
commita93b848e330fca3fd04edbfdda6eae4ed5b3097d
tree8faa09d444ec31fc3e80512ae5d26abbd0294dd3
parentd9d2625dbd284f91df2beab22f385e0f0bf60cab
Subsume the interact() function in a class.  This should make it
possible to use this in PythonWin, and to replace Fredrik Lundh's
PythonInterpreter class.  Fredrik is credited with the class' API.
Lib/code.py