Bugs item #1598361, was opened at 2006-11-17 15:48
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1598361&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Dmytro O. Redchuk (truefox)
Assigned to: Nobody/Anonymous (nobody)
Summary: Misspelled submodule names for email module.

Initial Comment:
There are at http://docs.python.org/lib/module-email.html and below some errors 
in submodule names:
----------
# taken from
# http://docs.python.org/lib/module-email.message.html :
>>> from email.generator import Generator
----------
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: No module named generator
>>> from email.Generator import Generator
>>> 

The same for email.Message, email.Header and, probably, others (they start with 
lowercase letters).



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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1598361&group_id=5470
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to