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:
|
The following modules currently lack a DeprecationWarning:
|
||||||
|
|
||||||
rfc822, mimetools, multifile, buildtools, cfmfile
|
rfc822, mimetools, multifile, cfmfile
|
||||||
|
|
||||||
|
|
||||||
Deprecated modules
|
Deprecated modules
|
||||||
|
@ -205,7 +205,8 @@ Deprecated modules
|
||||||
Rationale: Unknown.
|
Rationale: Unknown.
|
||||||
Date: 15-May-2007
|
Date: 15-May-2007
|
||||||
Documentation: Documented as deprecated as of Python 2.3, but
|
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
|
Module name: cfmfile
|
||||||
Rationale: Unknown.
|
Rationale: Unknown.
|
||||||
|
|
|
@ -61,6 +61,7 @@ Completed features for 2.6
|
||||||
|
|
||||||
Deprecated modules and functions in the standard library:
|
Deprecated modules and functions in the standard library:
|
||||||
|
|
||||||
|
- buildtools
|
||||||
- commands.getstatus()
|
- commands.getstatus()
|
||||||
- macostools.touched()
|
- macostools.touched()
|
||||||
- md5
|
- md5
|
||||||
|
@ -131,7 +132,6 @@ Possible features for 2.6
|
||||||
- rfc822
|
- rfc822
|
||||||
- mimetools
|
- mimetools
|
||||||
- multifile
|
- multifile
|
||||||
- buildtools
|
|
||||||
- cfmfile
|
- cfmfile
|
||||||
- compiler package
|
- compiler package
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue