New submission from Kazuyoshi Furutaka <[EMAIL PROTECTED]>:

The line
    destination.add(MHMessage(message))
should read
    destination.add(mailbox.MHMessage(message))

----------
assignee: georg.brandl
components: Documentation
messages: 63442
nosy: furutaka, georg.brandl
severity: minor
status: open
title: A line in the second example of "7.3.5 Examples" in "Python Library 
Reference" seems to be incorrect.
versions: Python 2.5

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2265>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to