commit | 00873430c1d01ab44546a164cd99074274083362 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Tue Aug 31 13:50:43 2004 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Tue Aug 31 13:50:43 2004 +0000 |
tree | d4f63daccb804688f81cd2deab8c2166978ab22f | |
parent | 4e699d5f9569e343fc78f4dbdc9049323e8c359d [diff] [blame] |
Add news item.
diff --git a/Misc/NEWS b/Misc/NEWS index 819a107..02fc5cb 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -79,6 +79,9 @@ - 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 -------