From 961a7e0ec075dff004ead893b8907cec51595a3d Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Thu, 31 May 2007 20:01:43 +0000 Subject: [PATCH] Update PEPs to reflect that cfmfile now raises a DeprecationWarning. --- pep-0004.txt | 5 +++-- pep-0361.txt | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/pep-0004.txt b/pep-0004.txt index 8010f9352..74185d1ea 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, cfmfile + rfc822, mimetools, multifile Deprecated modules @@ -212,7 +212,8 @@ Deprecated modules Rationale: Unknown. Date: 15-May-2007 Documentation: Documented as deprecated as of Python 2.4, but - listing in this PEP was neglected. + listing in this PEP was neglected. A + DeprecationWarning was added in Python 2.6. Module name: macfs Rationale: Unknown. diff --git a/pep-0361.txt b/pep-0361.txt index e6b1fef92..a64a6d9c6 100644 --- a/pep-0361.txt +++ b/pep-0361.txt @@ -62,6 +62,7 @@ Completed features for 2.6 Deprecated modules and functions in the standard library: - buildtools + - cfmfile - commands.getstatus() - macostools.touched() - md5 @@ -132,8 +133,7 @@ Possible features for 2.6 - rfc822 - mimetools - multifile - - cfmfile - - compiler package + - compiler package (or a Py3K warning instead?) - warnings module implemented in C * Convert Parser/*.c to use warnings module rather than printf