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

2008-03-10 Thread Kazuyoshi Furutaka

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]>

__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2008-03-13 Thread Georg Brandl

Georg Brandl <[EMAIL PROTECTED]> added the comment:

Fixed in r61363.

--
resolution:  -> fixed
status: open -> closed

__
Tracker <[EMAIL PROTECTED]>

__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com