]> granicus.if.org Git - python/commit
InteractiveInterpreter.showsyntaxerror():
authorFred Drake <fdrake@acm.org>
Thu, 3 May 2001 04:58:49 +0000 (04:58 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 3 May 2001 04:58:49 +0000 (04:58 +0000)
commitc7745d4b54f020e60ad3b56efd6e775d9d4873d4
tree54debc47f8aefdc0f5632b00fa077d3cff7017f2
parenta7cc69e02ef9ec7014600911a66978898e545cf1
InteractiveInterpreter.showsyntaxerror():
    When replacing the exception object, be sure we stuff the new value
    in sys.last_value (which we already did for the original value).
Lib/code.py