[issue1508475] transparent gzip compression in urllib

STINNER Victor report at bugs.python.org
Sat Feb 22 00:34:41 CET 2014


STINNER Victor added the comment:

I updated issue1508475.diff for Python 3.4 and removed the change in urllib: http_client_gzip.patch. The patch only changes http.client to support server sending gzip data.

For example, the new python.org website serves gzip data even if the Accept-Encoding header is not sent by the client: see the issue #20719.

----------
keywords: +patch
nosy: +haypo
Added file: http://bugs.python.org/file34177/http_client_gzip.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1508475>
_______________________________________


More information about the Python-bugs-list mailing list