Update PEPs to reflect that mimify raises a DeprecationWarning in Python 2.6.
This commit is contained in:
parent
e88ddeca55
commit
4fe8d85dc1
|
@ -84,8 +84,7 @@ Obsolete modules
|
|||
|
||||
The following modules currently lack a DeprecationWarning:
|
||||
|
||||
rfc822, mimetools, mimify,
|
||||
multifile, md5, sha, buildtools, cfmfile
|
||||
rfc822, mimetools, multifile, md5, sha, buildtools, cfmfile
|
||||
|
||||
|
||||
Deprecated modules
|
||||
|
@ -152,7 +151,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: rotor
|
||||
Rationale: Uses insecure algorithm.
|
||||
|
|
|
@ -64,6 +64,7 @@ Completed features for 2.6
|
|||
- commands.getstatus()
|
||||
- macostools.touched()
|
||||
- MimeWriter
|
||||
- mimify
|
||||
- popen2, os.popen[234]()
|
||||
- posixfile
|
||||
- sets
|
||||
|
@ -127,7 +128,6 @@ Possible features for 2.6
|
|||
|
||||
- rfc822
|
||||
- mimetools
|
||||
- mimify
|
||||
- multifile
|
||||
- md5
|
||||
- sha
|
||||
|
|
Loading…
Reference in New Issue