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 vstinner
Recipients abacabadabacaba, antialize, eric.araujo, jcea, jcon, jerub, jjlee, nadeem.vawda, orsenthil, ruseel, serhiy.storchaka, thomaspinckney3, vstinner
Date 2014-02-21.23:34:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393025681.54.0.651202233669.issue1508475@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-02-21 23:34:41vstinnersetrecipients: + vstinner, jjlee, jcea, orsenthil, jerub, antialize, ruseel, nadeem.vawda, thomaspinckney3, eric.araujo, abacabadabacaba, jcon, serhiy.storchaka
2014-02-21 23:34:41vstinnersetmessageid: <1393025681.54.0.651202233669.issue1508475@psf.upfronthosting.co.za>
2014-02-21 23:34:41vstinnerlinkissue1508475 messages
2014-02-21 23:34:41vstinnercreate