Update PEPs about buildtools raising a DeprecationWarning.

This commit is contained in:
Brett Cannon 2007-05-31 19:41:41 +00:00
parent 47d7e86093
commit ab5f143751
2 changed files with 4 additions and 3 deletions

View File

@ -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.

View File

@ -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