[Python-checkins] r55720 - peps/trunk/pep-0004.txt peps/trunk/pep-0361.txt

brett.cannon python-checkins at python.org
Thu May 31 21:41:44 CEST 2007


Author: brett.cannon
Date: Thu May 31 21:41:41 2007
New Revision: 55720

Modified:
   peps/trunk/pep-0004.txt
   peps/trunk/pep-0361.txt
Log:
Update PEPs about buildtools raising a DeprecationWarning.


Modified: peps/trunk/pep-0004.txt
==============================================================================
--- peps/trunk/pep-0004.txt	(original)
+++ peps/trunk/pep-0004.txt	Thu May 31 21:41:41 2007
@@ -84,7 +84,7 @@
 
     The following modules currently lack a DeprecationWarning:
 
-        rfc822, mimetools, multifile, buildtools, cfmfile
+        rfc822, mimetools, multifile, cfmfile
 
 
 Deprecated modules
@@ -205,7 +205,8 @@
     Rationale:     Unknown.
     Date:          15-May-2007
     Documentation: Documented as deprecated as of Python 2.3, but
-                   listing in this PEP was neglected.
+                   listing in this PEP was neglected.  Raised a
+                   DeprecationWarning as of Python 2.6.
 
     Module name:   cfmfile
     Rationale:     Unknown.

Modified: peps/trunk/pep-0361.txt
==============================================================================
--- peps/trunk/pep-0361.txt	(original)
+++ peps/trunk/pep-0361.txt	Thu May 31 21:41:41 2007
@@ -61,6 +61,7 @@
 
     Deprecated modules and functions in the standard library:
 
+        - buildtools
         - commands.getstatus()
         - macostools.touched()
         - md5
@@ -131,7 +132,6 @@
         - rfc822
         - mimetools
         - multifile
-        - buildtools
         - cfmfile
         - compiler package
 


More information about the Python-checkins mailing list