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

brett.cannon python-checkins at python.org
Wed May 30 22:48:19 CEST 2007


Author: brett.cannon
Date: Wed May 30 22:48:17 2007
New Revision: 55687

Modified:
   peps/trunk/pep-0004.txt
   peps/trunk/pep-0361.txt
Log:
Update based on MimeWriter raising a DeprecationWarning.


Modified: peps/trunk/pep-0004.txt
==============================================================================
--- peps/trunk/pep-0004.txt	(original)
+++ peps/trunk/pep-0004.txt	Wed May 30 22:48:17 2007
@@ -84,7 +84,7 @@
 
     The following modules currently lack a DeprecationWarning:
 
-        rfc822, mimetools, MimeWriter, mimify,
+        rfc822, mimetools, mimify,
         multifile, md5, sha, buildtools, cfmfile
 
 
@@ -145,7 +145,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:   mimify
     Rationale:     Supplanted by Python 2.2's email package.

Modified: peps/trunk/pep-0361.txt
==============================================================================
--- peps/trunk/pep-0361.txt	(original)
+++ peps/trunk/pep-0361.txt	Wed May 30 22:48:17 2007
@@ -63,6 +63,7 @@
 
         - commands.getstatus()
         - macostools.touched()
+        - MimeWriter
         - popen2, os.popen[234]()
         - posixfile
         - sets
@@ -126,7 +127,6 @@
 
         - rfc822
         - mimetools
-        - MimeWriter
         - mimify
         - multifile
         - md5


More information about the Python-checkins mailing list