]> granicus.if.org Git - python/commitdiff
Add news item for new-style exception class branch merge.
authorGeorg Brandl <georg@python.org>
Sat, 27 May 2006 12:30:25 +0000 (12:30 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 27 May 2006 12:30:25 +0000 (12:30 +0000)
Misc/NEWS

index 7982af1d24596a8da94a50e450d98ab73e54a2bc..8d1063d5e30cca6d853c0c14caf19baf699ff713 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,10 @@ What's New in Python 2.5 alpha 3?
 Core and builtins
 -----------------
 
+- Builtin exceptions are now full-blown new-style classes instead of
+  instances pretending to be classes, which speeds up exception handling
+  by about 80% in comparison to 2.5a2.
+
 - Patch #1494554: Update unicodedata.numeric and unicode.isnumeric to
   Unicode 4.1.