Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A line in the second example of "7.3.5 Examples" in "Python Library Reference" seems to be incorrect. #46518

Closed
furutaka mannequin opened this issue Mar 10, 2008 · 2 comments
Assignees
Labels
docs Documentation in the Doc dir

Comments

@furutaka
Copy link
Mannequin

furutaka mannequin commented Mar 10, 2008

BPO 2265
Nosy @birkenfeld

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/birkenfeld'
closed_at = <Date 2008-03-13.07:16:10.791>
created_at = <Date 2008-03-10.13:55:36.004>
labels = ['docs']
title = 'A line in the second example of "7.3.5 Examples" in "Python Library Reference" seems to be incorrect.'
updated_at = <Date 2008-03-13.07:16:10.745>
user = 'https://bugs.python.org/furutaka'

bugs.python.org fields:

activity = <Date 2008-03-13.07:16:10.745>
actor = 'georg.brandl'
assignee = 'georg.brandl'
closed = True
closed_date = <Date 2008-03-13.07:16:10.791>
closer = 'georg.brandl'
components = ['Documentation']
creation = <Date 2008-03-10.13:55:36.004>
creator = 'furutaka'
dependencies = []
files = []
hgrepos = []
issue_num = 2265
keywords = []
message_count = 2.0
messages = ['63442', '63495']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'furutaka']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue2265'
versions = ['Python 2.5']

@furutaka
Copy link
Mannequin Author

furutaka mannequin commented Mar 10, 2008

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

@furutaka furutaka mannequin assigned birkenfeld Mar 10, 2008
@furutaka furutaka mannequin added the docs Documentation in the Doc dir label Mar 10, 2008
@birkenfeld
Copy link
Member

Fixed in r61363.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

1 participant