[Python-bugs-list] [ python-Bugs-586937 ] references to email package

noreply@sourceforge.net noreply@sourceforge.net
Fri, 26 Jul 2002 03:37:29 -0700


Bugs item #586937, was opened at 2002-07-26 10:37
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=586937&group_id=5470

Category: Documentation
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Matthias Klose (doko)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: references to email package

Initial Comment:
[request/wishlist report from 
http://bugs.debian.org/146880]

Should mention the 'email' module in rfc822, mimetools, 
multifile sections

I needed to parse some RFC822-format headers, so 
naturally I found the rfc822 module first.  I wrote some 
code to use it (and was frustrated by some of its 
limitations) before I discovered the much nicer 'email' 
module, which seems to replace most of the 
functionality of these modules.  It would be nice if there 
were pointers in the appropriate places to make the 
reader aware of this new module before using the older 
interfaces.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=586937&group_id=5470