This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: email.Message.Message.__getitem__ doc string wrong
Type: Stage:
Components: Documentation Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: barry Nosy List: barry, exarkun, hyeshik.chang
Priority: normal Keywords:

Created on 2004-06-25 18:52 by exarkun, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg21309 - (view) Author: Jean-Paul Calderone (exarkun) * (Python committer) Date: 2004-06-25 18:52
The doc string for email.Message.Message.__getitem__
references a "getall" method.  There is no such method.
 It should refer to the "get_all" method instead.
msg21310 - (view) Author: Hyeshik Chang (hyeshik.chang) * (Python committer) Date: 2004-07-17 12:31
Logged In: YES 
user_id=55188

I think this may resolved by Barry. :)
msg21311 - (view) Author: Barry A. Warsaw (barry) * (Python committer) Date: 2004-09-28 04:56
Logged In: YES 
user_id=12800

1.32.10.5 for Python 2.3.  I've also fixed this for Python
2.4, but I'm going to check this in with a bunch of other
email package changes I'm working on.
History
Date User Action Args
2022-04-11 14:56:05adminsetgithub: 40455
2004-06-25 18:52:43exarkuncreate