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

georg.brandl python-checkins at python.org
Sat Sep 22 10:23:41 CEST 2007


Author: georg.brandl
Date: Sat Sep 22 10:23:41 2007
New Revision: 58231

Modified:
   peps/trunk/pep-3100.txt
Log:
Update removed modules list.


Modified: peps/trunk/pep-3100.txt
==============================================================================
--- peps/trunk/pep-3100.txt	(original)
+++ peps/trunk/pep-3100.txt	Sat Sep 22 10:23:41 2007
@@ -216,17 +216,11 @@
           ``mimetools``,
           ``multifile``,
           ``rfc822``,
-          ``string``,
-          [to do]
-        - ``mpz``,
-          ``posixfile``,
-          ``regsub``,
-          ``rgbimage``,
           ``sha``,
-          ``statcache``,
-          ``sv``,
-          ``TERMIOS``,
-          ``timing``
+          ``md5``,
+          [to do]
+        - ``mpz``, ``posixfile``, ``regsub``, ``rgbimage``, ``statcache``,
+          ``sv``, ``TERMIOS``, ``timing`` [done]
         - ``cfmfile``, ``gopherlib``, ``md5``, ``MimeWriter``, ``mimify`` [done]
         - ``cl``, ``sets``, ``xreadlines``, ``rotor``, ``whrandom`` [done]
     + Everything in lib-old [#pep4]_ [done]


More information about the Python-checkins mailing list