[Python-Dev] Removing stuff from 2.4
Anthony Baxter
anthony at interlink.com.au
Sat Aug 7 23:19:32 CEST 2004
More information about the Python-Dev mailing list
Sat Aug 7 23:19:32 CEST 2004
- Previous message: [Python-Dev] Removing stuff from 2.4
- Next message: [Python-Dev] Removing stuff from 2.4
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message: [Python-Dev] Removing stuff from 2.4
- Next message: [Python-Dev] Removing stuff from 2.4
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list