Update PEPs to reflect the raising of a DeprecationWarning by the sha module.
This commit is contained in:
parent
d4aa157690
commit
47d7e86093
|
@ -84,7 +84,7 @@ Obsolete modules
|
|||
|
||||
The following modules currently lack a DeprecationWarning:
|
||||
|
||||
rfc822, mimetools, multifile, sha, buildtools, cfmfile
|
||||
rfc822, mimetools, multifile, buildtools, cfmfile
|
||||
|
||||
|
||||
Deprecated modules
|
||||
|
@ -232,6 +232,7 @@ Deprecated modules
|
|||
Date: 15-May-2007
|
||||
Documentation: Documented as deprecated as of Python 2.5, but
|
||||
listing in this PEP was neglected.
|
||||
DeprecationWarning added in Python 2.6.
|
||||
|
||||
Module name: plat-freebsd2/IN and plat-freebsd3/IN
|
||||
Rationale: Platforms are obsolete (last released in 2000)
|
||||
|
|
|
@ -69,6 +69,7 @@ Completed features for 2.6
|
|||
- popen2, os.popen[234]()
|
||||
- posixfile
|
||||
- sets
|
||||
- sha
|
||||
|
||||
Modules removed from the standard library:
|
||||
|
||||
|
@ -130,7 +131,6 @@ Possible features for 2.6
|
|||
- rfc822
|
||||
- mimetools
|
||||
- multifile
|
||||
- sha
|
||||
- buildtools
|
||||
- cfmfile
|
||||
- compiler package
|
||||
|
|
Loading…
Reference in New Issue