[Python-bugs-list] [ python-Bugs-586937 ] references to email package
noreply@sourceforge.net
noreply@sourceforge.net
Tue, 06 Aug 2002 14:26:34 -0700
Bugs item #586937, was opened at 2002-07-26 06: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: Closed
>Resolution: Fixed
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.
----------------------------------------------------------------------
>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2002-08-06 17:26
Message:
Logged In: YES
user_id=3066
Excellent idea! I've added references for both the 2.2.x
maintenance releases and 2.3.
Doc/lib/libmimetools.tex 1.20.16.1, 1.22
Doc/lib/libmultifile.tex 1.11.22.1, 1.12
Doc/lib/librfc822.tex 1.38.14.2, 1.41
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=586937&group_id=5470