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 ericnaeseth
Recipients ericnaeseth
Date 2014-02-20.00:58:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392857921.36.0.071841445883.issue20695@psf.upfronthosting.co.za>
In-reply-to
Content
The www.python.org website was just redesigned, and apparently is running on some new infrastructure which always responds to `GET /` requests with a body using `Content-Encoding: gzip`.

Python's test suite includes some tests which fetch http://www.python.org/, and some of the tests in `test.test_urllibnet.urlretrieveNetworkTests` are now failing, because they expect the server to return un-gzip'd UTF-8 text. :(

The full test output (from Python 3.3.4) is attached.
History
Date User Action Args
2014-02-20 00:58:41ericnaesethsetrecipients: + ericnaeseth
2014-02-20 00:58:41ericnaesethsetmessageid: <1392857921.36.0.071841445883.issue20695@psf.upfronthosting.co.za>
2014-02-20 00:58:41ericnaesethlinkissue20695 messages
2014-02-20 00:58:41ericnaesethcreate