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

brett.cannon python-checkins at python.org
Wed May 16 06:44:28 CEST 2007


Author: brett.cannon
Date: Wed May 16 06:44:21 2007
New Revision: 55375

Modified:
   peps/trunk/pep-3100.txt
Log:
Reformat PEP 4 modules to remove and move cl as removed.


Modified: peps/trunk/pep-3100.txt
==============================================================================
--- peps/trunk/pep-3100.txt	(original)
+++ peps/trunk/pep-3100.txt	Wed May 16 06:44:21 2007
@@ -210,15 +210,24 @@
         - ``reconvert``, ``stringold``, ``xmllib``,
           ``pcre``, ``pypcre``, ``strop`` [all done]
     + see PEP 4 [#pep4]_
-        - ``cl``,
-          ``gopherlib``,
-          ``mimetools``, ``MimeWriter``, ``mimify``, ``mpz``,
+        - ``gopherlib``,
+          ``mimetools``,
+          ``MimeWriter``,
+          ``mimify``,
+          ``mpz``,
           ``multifile``,
           ``posixfile``, 
-          ``pre``, ``regsub``, ``rfc822``, ``rgbimage``,
-          ``statcache``, ``string``, ``sv``, ``TERMIOS``, 
-          ``timing`` [to do]
-        - ``sets``, ``xreadlines``, ``rotor``, ``whrandom`` [done]
+          ``pre``,
+          ``regsub``,
+          ``rfc822``,
+          ``rgbimage``,
+          ``statcache``,
+          ``string``,
+          ``sv``,
+          ``TERMIOS``, 
+          ``timing``
+          [to do]
+        - ``cl``, ``sets``, ``xreadlines``, ``rotor``, ``whrandom`` [done]
     + Everything in lib-old [#pep4]_ [done]
         - ``Para``, ``addpack``, ``cmp``, ``cmpcache``, ``codehack``,
           ``dircmp``, ``dump``, ``find``, ``fmt``, ``grep``,


More information about the Python-checkins mailing list