diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2007-02-26 22:41:45 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2007-02-26 22:41:45 (GMT) |
commit | 88516a60398fff92dbf83c6ad17b03233f6db680 (patch) | |
tree | 7d4e06e3509b6196318028574d3d5bffae3a4410 /Misc/NEWS | |
parent | a8925547815b5df48b5664b1cd6656d4234f759c (diff) | |
download | cpython-88516a60398fff92dbf83c6ad17b03233f6db680.zip cpython-88516a60398fff92dbf83c6ad17b03233f6db680.tar.gz cpython-88516a60398fff92dbf83c6ad17b03233f6db680.tar.bz2 |
When printing an unraisable error, don't print exceptions. before the name.
This duplicates the behavior whening normally printing exceptions.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ What's New in Python 2.6 alpha 1? Core and builtins ----------------- +- When printing an unraisable error, don't print exceptions. before the name. + This duplicates the behavior whening normally printing exceptions. + - Bug #1653736: Properly discard third argument to slot_nb_inplace_power. - PEP 352: Raising a string exception now triggers a TypeError. Attempting to |