diff roundup/anypy/TODO.txt @ 4092:4b0ddce43d08

migrate from MimeWriter to email
author Richard Jones <richard@users.sourceforge.net>
date Thu, 12 Mar 2009 05:55:16 +0000
parents 09e79cbeb827
children 4960a2c21590
line wrap: on
line diff
--- a/roundup/anypy/TODO.txt	Thu Mar 12 04:29:16 2009 +0000
+++ b/roundup/anypy/TODO.txt	Thu Mar 12 05:55:16 2009 +0000
@@ -5,21 +5,4 @@
   the subprocess module is available since Python 2.4,
   thus a roundup.anypy.subprocess_ module is needed
 
-- the MimeWriter module is deprecated as of Python 2.6.  The email package is
-  available since Python 2.2, thus we should manage without a ...email_
-  module;  however, it has suffered some API changes over the time
-  (http://docs.python.org/library/email.html#package-history),
-  so this is not sure.
-
-  Here's an incomplete replacement table:
-
-  MimeWriter usage                        checked for
-  -> email usage                          Python ...
-  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~
-  MimeWriter.MimeWriter
-  -> email.Message.Message                (2.3)
-
-  MimeWriter.MimeWrite.addheader
-  -> email.Message.Message.add_header     (2.3)
-
 # vim: si

Roundup Issue Tracker: http://roundup-tracker.org/