[Python-checkins] r55362 - peps/trunk/pep-3100.txt

guido.van.rossum python-checkins at python.org
Wed May 16 00:00:16 CEST 2007


Author: guido.van.rossum
Date: Wed May 16 00:00:14 2007
New Revision: 55362

Modified:
   peps/trunk/pep-3100.txt
Log:
strop is gone.  several other modules were already gone (e.g. pcre, xmllib).


Modified: peps/trunk/pep-3100.txt
==============================================================================
--- peps/trunk/pep-3100.txt	(original)
+++ peps/trunk/pep-3100.txt	Wed May 16 00:00:14 2007
@@ -206,8 +206,9 @@
 * The sets module.  [done]
 * stdlib modules to be removed
     + see docstrings and comments in the source
-        - ``macfs``, ``new``, ``reconvert``, ``stringold``, ``xmllib``,
-          ``pcre``, ``pypcre``, ``strop``
+        - ``macfs``, ``new`` [to do]
+        - ``reconvert``, ``stringold``, ``xmllib``,
+          ``pcre``, ``pypcre``, ``strop`` [all done]
     + see PEP 4 [#pep4]_
         - ``posixfile``,  ``pre``, ``regsub``, ``rfc822``,
           ``statcache``, ``string``, ``TERMIOS``, ``mimetools``,


More information about the Python-checkins mailing list