Update based on MimeWriter raising a DeprecationWarning.

This commit is contained in:
Brett Cannon 2007-05-30 20:48:17 +00:00
parent 49e97bd60d
commit 2cd79a5ade
2 changed files with 4 additions and 3 deletions

View File

@ -84,7 +84,7 @@ Obsolete modules
The following modules currently lack a DeprecationWarning:
rfc822, mimetools, MimeWriter, mimify,
rfc822, mimetools, mimify,
multifile, md5, sha, buildtools, cfmfile
@ -145,7 +145,8 @@ Deprecated modules
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.

View File

@ -63,6 +63,7 @@ Completed features for 2.6
- commands.getstatus()
- macostools.touched()
- MimeWriter
- popen2, os.popen[234]()
- posixfile
- sets
@ -126,7 +127,6 @@ Possible features for 2.6
- rfc822
- mimetools
- MimeWriter
- mimify
- multifile
- md5