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

brett.cannon python-checkins at python.org
Thu May 31 22:01:46 CEST 2007


Author: brett.cannon
Date: Thu May 31 22:01:43 2007
New Revision: 55722

Modified:
   peps/trunk/pep-0004.txt
   peps/trunk/pep-0361.txt
Log:
Update PEPs to reflect that cfmfile now raises a DeprecationWarning.


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

Modified: peps/trunk/pep-0361.txt
==============================================================================
--- peps/trunk/pep-0361.txt	(original)
+++ peps/trunk/pep-0361.txt	Thu May 31 22:01:43 2007
@@ -62,6 +62,7 @@
     Deprecated modules and functions in the standard library:
 
         - buildtools
+        - cfmfile
         - commands.getstatus()
         - macostools.touched()
         - md5
@@ -132,8 +133,7 @@
         - rfc822
         - mimetools
         - multifile
-        - cfmfile
-        - compiler package
+        - compiler package (or a Py3K warning instead?)
 
     - warnings module implemented in C
       * Convert Parser/*.c to use warnings module rather than printf


More information about the Python-checkins mailing list