This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: references to email package
Type: Stage:
Components: Documentation Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: fdrake Nosy List: doko, fdrake
Priority: normal Keywords:

Created on 2002-07-26 10:37 by doko, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (2)
msg11719 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2002-07-26 10:37
[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.
msg11720 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2002-08-06 21:26
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
History
Date User Action Args
2022-04-10 16:05:31adminsetgithub: 36934
2002-07-26 10:37:29dokocreate