From: Georg Brandl Date: Thu, 7 Sep 2006 06:02:23 +0000 (+0000) Subject: Remove bogus NEWS entry. X-Git-Tag: v2.4.4c1~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63e4644cf2c82076f879a3689902cb0d4360d35e;p=thirdparty%2FPython%2Fcpython.git Remove bogus NEWS entry. --- diff --git a/Misc/NEWS b/Misc/NEWS index 2c5d2d4381f5..054113becd37 100644 --- 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.