Re: urllib2 test fails (2.7, linux)

2010-08-01 Thread guandalino
On 22 Lug, 01:13, Terry Reedy wrote: > If you do not get an answer here, file a bug report. If you can, put > orsenthil,benjamin.peterson,ezio.melotti > on the nosy list, as they are recent committers to this file. Say I said > to do so if you want. Add tjreedy also so I can see responses and lea

Re: urllib2 test fails (2.7, linux)

2010-07-22 Thread guandalino
On 22 Lug, 01:13, Terry Reedy wrote: [cut] > > Any hint? > > Remove the offending fake url. This makes tests to pass, but I have concrete reasons to think that urllib2 is really broken on my system. Btw, a(nother) weird thing is that I wrote a standalone test file based on test_urllib2.py and the

Re: urllib2 test fails (2.7, linux)

2010-07-21 Thread guandalino
On 20 Lug, 21:24, Terry Reedy wrote: Hi Terry, thanks for your reply. > > == > > ERROR: test_file (__main__.HandlerTests) > > -- > > Traceback (most recent call

urllib2 test fails (2.7, linux)

2010-07-20 Thread guandalino
Hi, running Python 2.7 test suite for urllib2 there is a test that doesn't pass. Do you have an idea about where the problem could be and how to solve it? Thanks, best regards. $ # ubuntu 8.04 $ pwd ~/sandbox/2.7/lib/python2.7/test $ python test_urllib2.py

Question about Python upgrade on linux

2010-07-15 Thread guandalino
Hi, suppose I have python 2.6.4 installed from source and I want to upgrade to 2.6.5. Python standard library is automatically upgraded at 2.6.5 as well, while 3rd party pure Python and extension modules in site-packages don't. Is it safe to keep the old site-packages or is it suggested to reinstal