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: rfc822.Message.getheaders undocumented
Type: Stage:
Components: Documentation Versions: Python 3.1, Python 3.2, Python 2.7
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, tarek
Priority: normal Keywords:

Created on 2009-12-08 07:46 by tarek, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg96112 - (view) Author: Tarek Ziadé (tarek) * (Python committer) Date: 2009-12-08 07:46
rfc822 misses a doc about getheaders. 

Also, I am wondering why getheaders can't take a default value like
getheader.
msg96115 - (view) Author: Tarek Ziadé (tarek) * (Python committer) Date: 2009-12-08 09:38
Forget about this, I have realized this module is deprecated in python 3.
History
Date User Action Args
2022-04-11 14:56:55adminsetgithub: 51705
2009-12-08 09:38:09tareksetstatus: open -> closed
resolution: not a bug
messages: + msg96115
2009-12-08 07:46:23tarekcreate