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

brett.cannon python-checkins at python.org
Mon May 21 00:27:59 CEST 2007


Author: brett.cannon
Date: Mon May 21 00:27:56 2007
New Revision: 55473

Modified:
   peps/trunk/pep-0004.txt
   peps/trunk/pep-0361.txt
Log:
Update status of what Mac modules that are documented as deprecated actually
have a DeprecationWarning.


Modified: peps/trunk/pep-0004.txt
==============================================================================
--- peps/trunk/pep-0004.txt	(original)
+++ peps/trunk/pep-0004.txt	Mon May 21 00:27:56 2007
@@ -85,7 +85,7 @@
     The following modules currently lack a DeprecationWarning:
 
         posixfile, rfc822, mimetools, MimeWriter, mimify,
-        multifile, md5, sha
+        multifile, md5, sha, buildtools, cfmfile
 
 
 Deprecated modules

Modified: peps/trunk/pep-0361.txt
==============================================================================
--- peps/trunk/pep-0361.txt	(original)
+++ peps/trunk/pep-0361.txt	Mon May 21 00:27:56 2007
@@ -111,9 +111,7 @@
 
     Modules to be removed according to PEP 4:
 
-        - buildtools [if DeprecationWarning raised in 2.5]
-        - cfmfile [if DeprecationWarning raised in 2.5]
-        - macfs [if DeprecationWarning raised in 2.5]
+        - macfs
 
     Module to gain a DeprecationWarning (as specified for Python 2.6
     or through negligence):
@@ -126,6 +124,8 @@
         - multifile
         - md5
         - sha
+        - buildtools
+        - cfmfile
 
     - warnings module implemented in C
       * Convert Parser/*.c to use warnings module rather than printf


More information about the Python-checkins mailing list