[issue7456] rfc822.Message.getheaders undocumented

2009-12-08 Thread Tarek Ziadé
Tarek Ziadé added the comment: Forget about this, I have realized this module is deprecated in python 3. -- resolution: -> invalid status: open -> closed ___ Python tracker ___

[issue7456] rfc822.Message.getheaders undocumented

2009-12-07 Thread Tarek Ziadé
New submission from Tarek Ziadé : rfc822 misses a doc about getheaders. Also, I am wondering why getheaders can't take a default value like getheader. -- assignee: georg.brandl components: Documentation messages: 96112 nosy: georg.brandl, tarek severity: normal status: open title: rfc8