]> granicus.if.org Git - python/commit
Don't poorly emulate the interactive interpreter, use
authorGuido van Rossum <guido@python.org>
Fri, 14 Jun 2002 13:48:25 +0000 (13:48 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 14 Jun 2002 13:48:25 +0000 (13:48 +0000)
commit2aabac8276751c6a1a9758a410b8b837354967b8
tree91b4ad94abef1628dbdd8512dd8ec1f0bcef6360
parenta8ef0d1df29b836920f3fff1da7bf4675302d1f8
Don't poorly emulate the interactive interpreter, use
code.InteractiveConsole to do a much better job.
Lib/rexec.py