]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add news item.
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 31 Aug 2004 13:50:43 +0000 (13:50 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 31 Aug 2004 13:50:43 +0000 (13:50 +0000)
Misc/NEWS

index 819a107ae077007f276e71283858d68af1b1add4..02fc5cb90b4e98f02df3a701e6ac5967b921c9c4 100644 (file)
--- 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
 -------