diff --git a/pep-0004.txt b/pep-0004.txt index 8863df929..8010f9352 100644 --- a/pep-0004.txt +++ b/pep-0004.txt @@ -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. diff --git a/pep-0361.txt b/pep-0361.txt index 3a8cfb8f0..e6b1fef92 100644 --- a/pep-0361.txt +++ b/pep-0361.txt @@ -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