From 2cd79a5adeb33cc32a1d88d50b548298b1074aab Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Wed, 30 May 2007 20:48:17 +0000 Subject: [PATCH] Update based on MimeWriter raising a DeprecationWarning. --- pep-0004.txt | 5 +++-- pep-0361.txt | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pep-0004.txt b/pep-0004.txt index bfd0da7e4..e0bd9fe21 100644 --- a/pep-0004.txt +++ b/pep-0004.txt @@ -84,7 +84,7 @@ Obsolete modules The following modules currently lack a DeprecationWarning: - rfc822, mimetools, MimeWriter, mimify, + rfc822, mimetools, mimify, multifile, md5, sha, buildtools, cfmfile @@ -145,7 +145,8 @@ Deprecated modules Rationale: Supplanted by Python 2.2's email package. Date: 18-Mar-2002 Documentation: Documented as "deprecated since release 2.3" since - Python 2.2.2. + Python 2.2.2. Raises a DeprecationWarning as of + Python 2.6. Module name: mimify Rationale: Supplanted by Python 2.2's email package. diff --git a/pep-0361.txt b/pep-0361.txt index ef105140f..2aa7529be 100644 --- a/pep-0361.txt +++ b/pep-0361.txt @@ -63,6 +63,7 @@ Completed features for 2.6 - commands.getstatus() - macostools.touched() + - MimeWriter - popen2, os.popen[234]() - posixfile - sets @@ -126,7 +127,6 @@ Possible features for 2.6 - rfc822 - mimetools - - MimeWriter - mimify - multifile - md5