
Update of /cvsroot/python/python/dist/src/Misc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30949 Modified Files: NEWS Log Message: Add news item. Index: NEWS =================================================================== RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v retrieving revision 1.1125 retrieving revision 1.1126 diff -u -d -r1.1125 -r1.1126 --- NEWS 31 Aug 2004 10:07:10 -0000 1.1125 +++ NEWS 31 Aug 2004 13:50:43 -0000 1.1126 @@ -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 -------

On Tue, Aug 31, 2004 at 06:51:03AM -0700, akuchling@users.sourceforge.net wrote:
Add news item. +- The mpz, rotor, and xreadlines modules, all deprecated in earlier + versions of Python, have now been removed. +
Well, *that* was messier than I was expecting... Done now. I haven't touched the Makefiles for the PC and OS2 ports to remove these modules; if the maintainers want me to do that, please let me know. I did modify the RISC-OS port, because I don't know how responsive the maintainer is and thought it best to ensure the Makefile up to date. --amk
participants (2)
-
A.M. Kuchling
-
akuchling@users.sourceforge.net