[ python-Bugs-1030118 ] email.Utils not mentioned

SourceForge.net noreply at sourceforge.net
Mon Nov 1 04:59:41 CET 2004


Bugs item #1030118, was opened at 2004-09-17 17:40
Message generated for change (Comment added) made by bwarsaw
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1030118&group_id=5470

Category: Documentation
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Jeff Blaine (jblaine)
Assigned to: Barry A. Warsaw (bwarsaw)
Summary: email.Utils not mentioned

Initial Comment:
I read the following and had to track down why
'email.make_msgid()' was failing.  Turns out I need to
import email.Utils of course, but the name of the
module to import is not even mentioned in the docs.  It
states they come 'with the email package' only.

...
12.2.9 Miscellaneous utilities

There are several useful utilities provided with the
email package. 

quote(str)
    Return a new string with backslashes in str
replaced by two backslashes, and double quotes replaced
by backslash-double quote.

....

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

>Comment By: Barry A. Warsaw (bwarsaw)
Date: 2004-10-31 22:59

Message:
Logged In: YES 
user_id=12800

Fixed in Py2.4 and Py2.3 documentation.

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

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


More information about the Python-bugs-list mailing list