[Python-checkins] r43074 - peps/trunk/pep-0004.txt

neal.norwitz python-checkins at python.org
Thu Mar 16 07:58:41 CET 2006


Author: neal.norwitz
Date: Thu Mar 16 07:58:39 2006
New Revision: 43074

Modified:
   peps/trunk/pep-0004.txt
Log:
Document the obsolete modules removed in 2.5

Modified: peps/trunk/pep-0004.txt
==============================================================================
--- peps/trunk/pep-0004.txt	(original)
+++ peps/trunk/pep-0004.txt	Thu Mar 16 07:58:39 2006
@@ -65,13 +65,18 @@
     A number of modules are already listed as obsolete in the library
     documentation.  These are listed here for completeness.
 
-    addpack, cmp, cmpcache, codehack, dircmp, dump, fmt, lockfile,
-    newdir, Para, poly, regex, regsub, tb, timing, util, whatsound,
-    tzmod, find, grep, packmail, ni, rand, soundex, cl, sv
+        cl, sv, timing
 
     All these modules have been declared as obsolete in Python 2.0,
     some even earlier.
 
+    The following obsolte modules were removed in Python 2.5:
+
+        addpack, cmp, cmpcache, codehack, dircmp, dump, find, fmt,
+        grep, lockfile, newdir, ni, packmail, Para, poly,
+        rand, reconvert, regex, regsub, statcache, tb, tzparse,
+        util, whatsound, whrandom, zmod
+
 
 Deprecated modules
 


More information about the Python-checkins mailing list