summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2007-02-26 22:41:45 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2007-02-26 22:41:45 (GMT)
commit88516a60398fff92dbf83c6ad17b03233f6db680 (patch)
tree7d4e06e3509b6196318028574d3d5bffae3a4410 /Misc/NEWS
parenta8925547815b5df48b5664b1cd6656d4234f759c (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4428670..c60cf39 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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