]> granicus.if.org Git - python/commit
When printing an unraisable error, don't print exceptions. before the name.
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 26 Feb 2007 22:41:45 +0000 (22:41 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 26 Feb 2007 22:41:45 +0000 (22:41 +0000)
commit88516a60398fff92dbf83c6ad17b03233f6db680
tree7d4e06e3509b6196318028574d3d5bffae3a4410
parenta8925547815b5df48b5664b1cd6656d4234f759c
When printing an unraisable error, don't print exceptions. before the name.
This duplicates the behavior whening normally printing exceptions.
Lib/test/test_generators.py
Misc/NEWS
Python/errors.c