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, orsenthil, petri.lehtinen, piotr.dobrogost, pitrou, whitemice
Date 2014-08-28.13:54:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409234069.2.0.47899771873.issue12319@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the notice!  As far as I read from the link you cite, getting rid of the current httplib in urllib3 is planned but far from being done.  Furthermore, I don't like packages with too many 3rd party dependencies.  Since my package is working fine with the current standard lib, even though using an ugly hack in one place, I'd consider switching to urllib3 as soon as the latter makes it into the standard lib.

I still believe that adding chunked transfer encoding to http.client and urllib in the current standard lib would only require a rather small change that can easily be done such that the lib remains fully compatible with existing code.  Still waiting for feedback if such a patch is welcome.
History
Date User Action Args
2014-08-28 13:54:29Rotkrautsetrecipients: + Rotkraut, orsenthil, pitrou, harobed, petri.lehtinen, piotr.dobrogost, demian.brecht, whitemice
2014-08-28 13:54:29Rotkrautsetmessageid: <1409234069.2.0.47899771873.issue12319@psf.upfronthosting.co.za>
2014-08-28 13:54:29Rotkrautlinkissue12319 messages
2014-08-28 13:54:29Rotkrautcreate