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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=debc352e9c629afaf416f956959176f8aeced08b;p=python Mention the removal of soundex.c --- diff --git a/Misc/NEWS b/Misc/NEWS index 73327d1903..8918f6be75 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