From: Andrew M. Kuchling Date: Tue, 31 Aug 2004 13:50:43 +0000 (+0000) Subject: Add news item. X-Git-Tag: v2.4a3~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=00873430c1d01ab44546a164cd99074274083362;p=thirdparty%2FPython%2Fcpython.git Add news item. --- diff --git a/Misc/NEWS b/Misc/NEWS index 819a107ae077..02fc5cb90b4e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -79,6 +79,9 @@ Extension modules - Added CurrentByteIndex, CurrentColumnNumber, CurrentLineNumber members to xml.parsers.expat.XMLParser object. +- The mpz, rotor, and xreadlines modules, all deprecated in earlier + versions of Python, have now been removed. + Library -------