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:
|
The following modules currently lack a DeprecationWarning:
|
||||||
|
|
||||||
rfc822, mimetools, mimify,
|
rfc822, mimetools, multifile, md5, sha, buildtools, cfmfile
|
||||||
multifile, md5, sha, buildtools, cfmfile
|
|
||||||
|
|
||||||
|
|
||||||
Deprecated modules
|
Deprecated modules
|
||||||
|
@ -152,7 +151,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: rotor
|
Module name: rotor
|
||||||
Rationale: Uses insecure algorithm.
|
Rationale: Uses insecure algorithm.
|
||||||
|
|
|
@ -64,6 +64,7 @@ Completed features for 2.6
|
||||||
- commands.getstatus()
|
- commands.getstatus()
|
||||||
- macostools.touched()
|
- macostools.touched()
|
||||||
- MimeWriter
|
- MimeWriter
|
||||||
|
- mimify
|
||||||
- popen2, os.popen[234]()
|
- popen2, os.popen[234]()
|
||||||
- posixfile
|
- posixfile
|
||||||
- sets
|
- sets
|
||||||
|
@ -127,7 +128,6 @@ Possible features for 2.6
|
||||||
|
|
||||||
- rfc822
|
- rfc822
|
||||||
- mimetools
|
- mimetools
|
||||||
- mimify
|
|
||||||
- multifile
|
- multifile
|
||||||
- md5
|
- md5
|
||||||
- sha
|
- sha
|
||||||
|
|
Loading…
Reference in New Issue