Update PEPs about buildtools raising a DeprecationWarning.
This commit is contained in:
parent
47d7e86093
commit
ab5f143751
|
@ -84,7 +84,7 @@ Obsolete modules
|
|||
|
||||
The following modules currently lack a DeprecationWarning:
|
||||
|
||||
rfc822, mimetools, multifile, buildtools, cfmfile
|
||||
rfc822, mimetools, multifile, cfmfile
|
||||
|
||||
|
||||
Deprecated modules
|
||||
|
@ -205,7 +205,8 @@ Deprecated modules
|
|||
Rationale: Unknown.
|
||||
Date: 15-May-2007
|
||||
Documentation: Documented as deprecated as of Python 2.3, but
|
||||
listing in this PEP was neglected.
|
||||
listing in this PEP was neglected. Raised a
|
||||
DeprecationWarning as of Python 2.6.
|
||||
|
||||
Module name: cfmfile
|
||||
Rationale: Unknown.
|
||||
|
|
|
@ -61,6 +61,7 @@ Completed features for 2.6
|
|||
|
||||
Deprecated modules and functions in the standard library:
|
||||
|
||||
- buildtools
|
||||
- commands.getstatus()
|
||||
- macostools.touched()
|
||||
- md5
|
||||
|
@ -131,7 +132,6 @@ Possible features for 2.6
|
|||
- rfc822
|
||||
- mimetools
|
||||
- multifile
|
||||
- buildtools
|
||||
- cfmfile
|
||||
- compiler package
|
||||
|
||||
|
|
Loading…
Reference in New Issue