]> granicus.if.org Git - python/commit
#17442: Add chained traceback support to InteractiveInterpreter.
authorR David Murray <rdmurray@bitdance.com>
Mon, 29 Sep 2014 15:25:00 +0000 (11:25 -0400)
committerR David Murray <rdmurray@bitdance.com>
Mon, 29 Sep 2014 15:25:00 +0000 (11:25 -0400)
commitc31e6227f94c2bb0290336c739873173672a8991
treed0ae5b35cf326fa9605608f0860d6789bc115d78
parent4d75a01798cf0ff112335804382bd4bf50f7bf78
#17442: Add chained traceback support to InteractiveInterpreter.

Patch by Claudiu Popa.
Doc/library/code.rst
Doc/whatsnew/3.5.rst
Lib/code.py
Lib/test/test_code_module.py
Misc/NEWS