Doc that md5 raises a DeprecationWarning in Python 2.6.
This commit is contained in:
parent
28eaab7133
commit
d4aa157690
|
@ -84,7 +84,7 @@ Obsolete modules
|
|||
|
||||
The following modules currently lack a DeprecationWarning:
|
||||
|
||||
rfc822, mimetools, multifile, md5, sha, buildtools, cfmfile
|
||||
rfc822, mimetools, multifile, sha, buildtools, cfmfile
|
||||
|
||||
|
||||
Deprecated modules
|
||||
|
@ -225,6 +225,7 @@ Deprecated modules
|
|||
Date: 15-May-2007
|
||||
Documentation: Documented as deprecated as of Python 2.5, but
|
||||
listing in this PEP was neglected.
|
||||
DeprecationWarning raised as of Python 2.6.
|
||||
|
||||
Module name: sha
|
||||
Rationale: Replaced by the 'hashlib' module.
|
||||
|
|
|
@ -63,6 +63,7 @@ Completed features for 2.6
|
|||
|
||||
- commands.getstatus()
|
||||
- macostools.touched()
|
||||
- md5
|
||||
- MimeWriter
|
||||
- mimify
|
||||
- popen2, os.popen[234]()
|
||||
|
@ -129,7 +130,6 @@ Possible features for 2.6
|
|||
- rfc822
|
||||
- mimetools
|
||||
- multifile
|
||||
- md5
|
||||
- sha
|
||||
- buildtools
|
||||
- cfmfile
|
||||
|
|
Loading…
Reference in New Issue