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.

Author rhettinger
Recipients barry, benjamin.peterson, brett.cannon, hdiogenes, rhettinger
Date 2008-06-04.07:37:31
SpamBayes Score 0.05933494
Marked as misclassified No
Message-id <1212565067.9.0.0992285897298.issue2848@psf.upfronthosting.co.za>
In-reply-to
Content
One idea:  in http.client.HTTPMessage, inherit from email.Message, 
modify the addheaders/addcontinue/readheaders methods to use the 
methods in Message.   Then, change the instantiation in HTTPResponse to 
self.msg = email.parser.Parser(_class=HTTPMessage).parsestr(io.BytesIO
()).  

Something similar may apply to pydoc.  FYI, I believe there is a 
pending discussion about whether to keep pydoc in Py3.0.
History
Date User Action Args
2008-06-04 07:37:50rhettingersetspambayes_score: 0.0593349 -> 0.05933494
recipients: + rhettinger, barry, brett.cannon, hdiogenes, benjamin.peterson
2008-06-04 07:37:48rhettingersetspambayes_score: 0.0593349 -> 0.0593349
messageid: <1212565067.9.0.0992285897298.issue2848@psf.upfronthosting.co.za>
2008-06-04 07:37:46rhettingerlinkissue2848 messages
2008-06-04 07:37:43rhettingercreate