[Python-checkins] r63133 - peps/trunk/pep-3108.txt

brett.cannon python-checkins at python.org
Mon May 12 04:13:00 CEST 2008


Author: brett.cannon
Date: Mon May 12 04:13:00 2008
New Revision: 63133

Log:
MimeWriter was already handled in 2.6.

Modified:
   peps/trunk/pep-3108.txt

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Mon May 12 04:13:00 2008
@@ -86,7 +86,7 @@
     + Documented as obsolete in a previous version.
     + Supplanted by the ``email`` package.
 
-* MimeWriter [done: 3.0]
+* MimeWriter [done: 2.6, 3.0]
 
     + Supplanted by the ``email`` package.
 


More information about the Python-checkins mailing list