From: Andrew M. Kuchling Date: Thu, 22 Feb 2001 15:53:21 +0000 (+0000) Subject: Mention the removal of soundex.c X-Git-Tag: v2.1b1~232 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=debc352e9c629afaf416f956959176f8aeced08b;p=thirdparty%2FPython%2Fcpython.git Mention the removal of soundex.c --- diff --git a/Misc/NEWS b/Misc/NEWS index 73327d19032a..8918f6be750e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -120,6 +120,8 @@ Standard library internal symbol table used by the Python compiler. A higher-level interface will be added on top of _symtable in a future release. +- Removed the obsolete soundex module. + Windows changes - Build procedure: the zlib project is built in a different way that