]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove bogus NEWS entry.
authorGeorg Brandl <georg@python.org>
Thu, 7 Sep 2006 06:02:23 +0000 (06:02 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 7 Sep 2006 06:02:23 +0000 (06:02 +0000)
Misc/NEWS

index 2c5d2d4381f5221e930d8d78bd22cfcf91f91ac0..054113becd37d32debb0c085ea78f2432b525fbd 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,10 +12,6 @@ What's New in Python 2.4.4c1?
 Core and builtins
 -----------------
 
-- Bug #1542051: Exceptions now correctly call PyObject_GC_UnTrack.
-  Also make sure that every exception class has __module__ set to
-  'exceptions'.
-
 - Overflow checking code in integer division ran afoul of new gcc
   optimizations.  Changed to be more standard-conforming.