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 Rotkraut
Recipients Rotkraut, demian.brecht, harobed, martin.panter, orsenthil, petri.lehtinen, piotr.dobrogost, pitrou, whitemice
Date 2016-06-28.14:05:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467122749.62.0.656794710487.issue12319@psf.upfronthosting.co.za>
In-reply-to
Content
Martin, I'm almost through with your comments.  There is however one item that I need some feedback on: You asked for more documentation on the new EncodingError exception.  This was introduced by Demian.  It is raised when the Transfer-encoding header set by the caller is invalid.  I'm not sure about this.  What is the purpose of the HTTPException tree of exceptions in http.client?  Is this ought to be a collection of all kinds of exceptions raised in http.client or should a (child of) HTTPException indicate that an exception occurred while talking to the HTTP server?  In the latter case, the EncodingError class as introduced now would be just wrong.  Maybe we should raise a ValueError instead?
History
Date User Action Args
2016-06-28 14:05:49Rotkrautsetrecipients: + Rotkraut, orsenthil, pitrou, harobed, petri.lehtinen, martin.panter, piotr.dobrogost, demian.brecht, whitemice
2016-06-28 14:05:49Rotkrautsetmessageid: <1467122749.62.0.656794710487.issue12319@psf.upfronthosting.co.za>
2016-06-28 14:05:49Rotkrautlinkissue12319 messages
2016-06-28 14:05:49Rotkrautcreate