[issue17160] test_urllib2net fails

2014-04-23 Thread ddve...@ucar.edu
ddve...@ucar.edu added the comment: Well, ok, thanks :-) But I'm still wondering if it's not possible to use mocks for this test. or at least example.com (as in issue #20939) which is supposed to be more stable than python.org -- ___ Python tracker

[issue17160] test_urllib2net fails

2014-04-22 Thread Zachary Ware
Zachary Ware added the comment: Actually, that's not quite right. It was fixed in 2.7.6, then changes to the website broke it again and it has been fixed again since then. Either way, it ain't broke right now ;) -- ___ Python tracker

[issue17160] test_urllib2net fails

2014-04-22 Thread Zachary Ware
Zachary Ware added the comment: This was already fixed, just not before 2.7.6 was released. -- nosy: +zach.ware status: open -> closed ___ Python tracker ___

[issue17160] test_urllib2net fails

2014-04-15 Thread ddve...@ucar.edu
ddve...@ucar.edu added the comment: Reopening, since this is still broken in Python 2.7.6 I wonder why do we have to use real websites instead of mocks for this test. And if there are really really really really good reasons, if we can use example.com instead as in issue #20939 (maybe that is

[issue17160] test_urllib2net fails

2013-02-14 Thread Ezio Melotti
Ezio Melotti added the comment: See also #16969. -- nosy: +ezio.melotti resolution: out of date -> duplicate superseder: -> test_urlwithfrag fail type: -> behavior ___ Python tracker _

[issue17160] test_urllib2net fails

2013-02-08 Thread Ned Deily
Ned Deily added the comment: The test is failing because of a restructuring of the docs.python.org website. The test was changed on 2012-10-28 to use the new URL (923ca6d73bad and friends). That change will be in the next set of maintenance releases including 2.7.4 real soon now. --

[issue17160] test_urllib2net fails

2013-02-08 Thread R. David Murray
R. David Murray added the comment: I think only if you want to. As far as we are concerned the test is correct and passing. (And this kind of thing is the reason that that test set is only run when -uall is specified.) I'm going to close the issue. If you do investigate, and feel that you'v

[issue17160] test_urllib2net fails

2013-02-08 Thread ddve...@ucar.edu
ddve...@ucar.edu added the comment: Yes, it is possible, do you want me to investigate more with my network people? -- ___ Python tracker ___ ___

[issue17160] test_urllib2net fails

2013-02-08 Thread R. David Murray
R. David Murray added the comment: It passes on all our buildbots, and for me locally. Is it possible there is a proxy server between you and python.org that is changing the url returned? -- nosy: +r.david.murray ___ Python tracker

[issue17160] test_urllib2net fails

2013-02-08 Thread ddve...@ucar.edu
New submission from ddve...@ucar.edu: test_urllib2net fails as follows. Looking at test_urllib2net.py" line 165 does not reveal anything interesting to me ./python Lib/test/regrtest.py -uall -v test_urllib2net == CPython 2.7.3 (default, Feb 8 2013, 08:28:21) [GCC 4.7.2] == Linux-2.6.32-220.13