Update based on MimeWriter raising a DeprecationWarning.
This commit is contained in:
parent
49e97bd60d
commit
2cd79a5ade
|
@ -84,7 +84,7 @@ Obsolete modules
|
||||||
|
|
||||||
The following modules currently lack a DeprecationWarning:
|
The following modules currently lack a DeprecationWarning:
|
||||||
|
|
||||||
rfc822, mimetools, MimeWriter, mimify,
|
rfc822, mimetools, mimify,
|
||||||
multifile, md5, sha, buildtools, cfmfile
|
multifile, md5, sha, buildtools, cfmfile
|
||||||
|
|
||||||
|
|
||||||
|
@ -145,7 +145,8 @@ Deprecated modules
|
||||||
Rationale: Supplanted by Python 2.2's email package.
|
Rationale: Supplanted by Python 2.2's email package.
|
||||||
Date: 18-Mar-2002
|
Date: 18-Mar-2002
|
||||||
Documentation: Documented as "deprecated since release 2.3" since
|
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
|
Module name: mimify
|
||||||
Rationale: Supplanted by Python 2.2's email package.
|
Rationale: Supplanted by Python 2.2's email package.
|
||||||
|
|
|
@ -63,6 +63,7 @@ Completed features for 2.6
|
||||||
|
|
||||||
- commands.getstatus()
|
- commands.getstatus()
|
||||||
- macostools.touched()
|
- macostools.touched()
|
||||||
|
- MimeWriter
|
||||||
- popen2, os.popen[234]()
|
- popen2, os.popen[234]()
|
||||||
- posixfile
|
- posixfile
|
||||||
- sets
|
- sets
|
||||||
|
@ -126,7 +127,6 @@ Possible features for 2.6
|
||||||
|
|
||||||
- rfc822
|
- rfc822
|
||||||
- mimetools
|
- mimetools
|
||||||
- MimeWriter
|
|
||||||
- mimify
|
- mimify
|
||||||
- multifile
|
- multifile
|
||||||
- md5
|
- md5
|
||||||
|
|
Loading…
Reference in New Issue