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

brett.cannon python-checkins at python.org
Wed May 30 23:49:51 CEST 2007


Author: brett.cannon
Date: Wed May 30 23:49:50 2007
New Revision: 55691

Modified:
   peps/trunk/pep-0004.txt
   peps/trunk/pep-0361.txt
Log:
Update PEPs to reflect that mimify raises a DeprecationWarning in Python 2.6.


Modified: peps/trunk/pep-0004.txt
==============================================================================
--- peps/trunk/pep-0004.txt	(original)
+++ peps/trunk/pep-0004.txt	Wed May 30 23:49:50 2007
@@ -84,8 +84,7 @@
 
     The following modules currently lack a DeprecationWarning:
 
-        rfc822, mimetools, mimify,
-        multifile, md5, sha, buildtools, cfmfile
+        rfc822, mimetools, multifile, md5, sha, buildtools, cfmfile
 
 
 Deprecated modules
@@ -152,7 +151,8 @@
     Rationale:     Supplanted by Python 2.2's email package.
     Date:          18-Mar-2002
     Documentation: Documented as "deprecated since release 2.3" since
-                   Python 2.2.2.
+                   Python 2.2.2.  Raises a DeprecationWarning as of
+                   Python 2.6.
 
     Module name:   rotor
     Rationale:     Uses insecure algorithm.

Modified: peps/trunk/pep-0361.txt
==============================================================================
--- peps/trunk/pep-0361.txt	(original)
+++ peps/trunk/pep-0361.txt	Wed May 30 23:49:50 2007
@@ -64,6 +64,7 @@
         - commands.getstatus()
         - macostools.touched()
         - MimeWriter
+        - mimify
         - popen2, os.popen[234]()
         - posixfile
         - sets
@@ -127,7 +128,6 @@
 
         - rfc822
         - mimetools
-        - mimify
         - multifile
         - md5
         - sha


More information about the Python-checkins mailing list