Re: [Python-Dev] removing use of mimetools, multifile, and rfc822

2007-05-31 Thread Raghuram Devarakonda
On 5/31/07, Barry Warsaw <[EMAIL PROTECTED]> wrote: > > In other words this email is to hopefully inspire someone to remove > > the uses > > of rfc822, mimetools, and multifile from the stdlib so the > > DeprecationWarnings can finally go in. > > +1 for deprecating these. I don't have time to slog

Re: [Python-Dev] removing use of mimetools, multifile, and rfc822

2007-05-31 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On May 31, 2007, at 4:09 PM, Brett Cannon wrote: > I just finished going through PEP 4 and adding DeprecationWarnings in > 2.6for the various modules that were lacking the warning for some > reason or > another ... > > ... except for mimetools, multif

[Python-Dev] removing use of mimetools, multifile, and rfc822

2007-05-31 Thread Brett Cannon
I just finished going through PEP 4 and adding DeprecationWarnings in 2.6for the various modules that were lacking the warning for some reason or another ... ... except for mimetools, multifile, and rfc822. All three modules are still used by some other module somewhere in the stdlib. The docs