[issue2265] A line in the second example of "7.3.5 Examples" in "Python Library Reference" seems to be incorrect.

Kazuyoshi Furutaka report at bugs.python.org
Mon Mar 10 14:55:37 CET 2008


New submission from Kazuyoshi Furutaka <furutaka at jb3.so-net.ne.jp>:

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 <report at bugs.python.org>
<http://bugs.python.org/issue2265>
__________________________________


More information about the Python-bugs-list mailing list