[issue20695] test_urllibnet.urlretrieveNetworkTests fails due to new python.org website

2014-03-16 Thread Roundup Robot

Roundup Robot added the comment:

New changeset a5247ea950d5 by Benjamin Peterson in branch '3.4':
merge 3.3 (#20695)
http://hg.python.org/cpython/rev/a5247ea950d5

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20695] test_urllibnet.urlretrieveNetworkTests fails due to new python.org website

2014-02-19 Thread Benjamin Peterson

Changes by Benjamin Peterson :


--
resolution:  -> fixed
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20695] test_urllibnet.urlretrieveNetworkTests fails due to new python.org website

2014-02-19 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 0199bff14c5c by Benjamin Peterson in branch '2.7':
update logo url (#20695)
http://hg.python.org/cpython/rev/0199bff14c5c

New changeset d4b9692ac75f by Benjamin Peterson in branch '3.1':
update logo url (#20695)
http://hg.python.org/cpython/rev/d4b9692ac75f

New changeset 29b1eebecb8e by Benjamin Peterson in branch '3.2':
update logo url (#20695)
http://hg.python.org/cpython/rev/29b1eebecb8e

New changeset c9261cf05db6 by Benjamin Peterson in branch '3.3':
merge 3.2 (#20695)
http://hg.python.org/cpython/rev/c9261cf05db6

New changeset 0399e842073a by Benjamin Peterson in branch 'default':
merge 3.3 (#20695)
http://hg.python.org/cpython/rev/0399e842073a

--
nosy: +python-dev

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20695] test_urllibnet.urlretrieveNetworkTests fails due to new python.org website

2014-02-19 Thread Eric Naeseth

Eric Naeseth added the comment:

In addition, the test_reporthook and test_data_header tests try to retrieve a 
Python logo image from 
http://www.python.org/community/logos/python-logo-master-v3-TM.png. That is now 
a 404.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20695] test_urllibnet.urlretrieveNetworkTests fails due to new python.org website

2014-02-19 Thread Eric Naeseth

New submission from Eric Naeseth:

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.

--
components: Tests
files: python-3.3.4-urllibnet-failure.txt
messages: 211679
nosy: ericnaeseth
priority: normal
severity: normal
status: open
title: test_urllibnet.urlretrieveNetworkTests fails due to new python.org 
website
type: compile error
versions: Python 3.3
Added file: http://bugs.python.org/file34150/python-3.3.4-urllibnet-failure.txt

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com