[Python-Dev] Removing stuff from 2.4
Anthony Baxter
anthony at interlink.com.au
Sat Aug 7 23:19:32 CEST 2004
A.M. Kuchling wrote:
> * Make rfc822 raise PendingDeprecationWarning (so nothing will happen in 2.4
> unless you have -Wa)
A few bits and pieces in the stdlib still use bits from rfc822. They all
mostly look pretty shallow, except:
> * Make mimetools, mimify, Mimewrite raise DeprecationWarnings. (This
> is the part I'm least sure about; comments from people who know about
> these modules would be appreciated. Should they raise Pending instead?)
mimetools.Message subclasses rfc822.Message, and mimetools.Message is
used extensively in the std lib.
--
Anthony Baxter <anthony at interlink.com.au>
It's never too late to have a happy childhood.
More information about the Python-Dev
mailing list