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

brett.cannon python-checkins at python.org
Sat Dec 15 00:59:23 CET 2007


Author: brett.cannon
Date: Sat Dec 15 00:59:22 2007
New Revision: 59512

Modified:
   peps/trunk/pep-3100.txt
   peps/trunk/pep-3108.txt
Log:
Note how the 'new' module is gone.


Modified: peps/trunk/pep-3100.txt
==============================================================================
--- peps/trunk/pep-3100.txt	(original)
+++ peps/trunk/pep-3100.txt	Sat Dec 15 00:59:22 2007
@@ -207,8 +207,8 @@
 * The sets module.  [done]
 * stdlib modules to be removed
     + see docstrings and comments in the source
-        - ``macfs``, ``new`` [to do]
-        - ``reconvert``, ``stringold``, ``xmllib``,
+        - ``macfs`` [to do]
+        - ``new``, ``reconvert``, ``stringold``, ``xmllib``,
           ``pcre``, ``pypcre``, ``strop`` [all done]
     + see PEP 4 [#pep4]_
         - ``buildtools``,

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Sat Dec 15 00:59:22 2007
@@ -250,7 +250,7 @@
   + Easily handled by allowing the application specify its own
     module name, check for existence, and import if found.
 
-* new
+* new [done]
 
   + Just a rebinding of names from the 'types' module.
   + Can also call ``type`` built-in to get most types easily.


More information about the Python-checkins mailing list