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

brett.cannon python-checkins at python.org
Fri Jun 1 04:35:11 CEST 2007


Author: brett.cannon
Date: Fri Jun  1 04:35:09 2007
New Revision: 55725

Modified:
   peps/trunk/pep-3100.txt
Log:
Update on the removal of cfmfile.


Modified: peps/trunk/pep-3100.txt
==============================================================================
--- peps/trunk/pep-3100.txt	(original)
+++ peps/trunk/pep-3100.txt	Fri Jun  1 04:35:09 2007
@@ -210,7 +210,8 @@
         - ``reconvert``, ``stringold``, ``xmllib``,
           ``pcre``, ``pypcre``, ``strop`` [all done]
     + see PEP 4 [#pep4]_
-        - ``mimetools``,
+        - ``buildtools``,
+          ``mimetools``,
           ``mpz``,
           ``multifile``,
           ``posixfile``, 
@@ -224,7 +225,7 @@
           ``TERMIOS``, 
           ``timing``
           [to do]
-        - ``gopherlib``, ``md5``, ``MimeWriter``, ``mimify`` [done]
+        - ``cfmfile``, ``gopherlib``, ``md5``, ``MimeWriter``, ``mimify`` [done]
         - ``cl``, ``sets``, ``xreadlines``, ``rotor``, ``whrandom`` [done]
     + Everything in lib-old [#pep4]_ [done]
         - ``Para``, ``addpack``, ``cmp``, ``cmpcache``, ``codehack``,


More information about the Python-checkins mailing list