From 63e4644cf2c82076f879a3689902cb0d4360d35e Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 7 Sep 2006 06:02:23 +0000 Subject: [PATCH] Remove bogus NEWS entry. --- Misc/NEWS | 4 ---- 1 file changed, 4 deletions(-) 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. -- 2.47.3