[issue6596] urllib2 bug on CentOS

2009-08-03 Thread Roumen Petrov
Roumen Petrov added the comment: 10x for closing. It seems to me python is not mature as http client. -- nosy: +rpetrov ___ Python tracker ___ ___

[issue6596] urllib2 bug on CentOS

2009-08-03 Thread Senthil
Senthil added the comment: Thanks for the update. I am closing this as Invalid. -- resolution: -> invalid status: open -> closed ___ Python tracker ___ _

[issue6596] urllib2 bug on CentOS

2009-08-03 Thread Francesco Del Degan
Francesco Del Degan added the comment: Update: Now into the same system (CentOS) without any mod: >>> import urllib2 >>> url = 'http://wm.exchanger.ru/asp/XMLWMList.asp?exchtype=1' >>> t = urllib2.urlopen(url).read() >>> >>> t '. i thinks that you should try to look for some bugs into

[issue6596] urllib2 bug on CentOS

2009-08-03 Thread Francesco Del Degan
Francesco Del Degan added the comment: I don't think that this is a python issue, because of this: [r...@localhost ~]# curl -O http://wm.exchanger.ru/asp/XMLWMList.asp?exchtype=1 % Total% Received % Xferd Average Speed TimeTime Time Current Dlo

[issue6596] urllib2 bug on CentOS

2009-07-30 Thread Senthil
Senthil added the comment: I would also suggest run the following command: $python /usr/local/lib/python2.6/test/regrtest.py -v test_urllib2 test_urllib test_socket > output-of-tests.txt And attach output-of-tests.txt. It might help in getting to the root cause of the issue. -- nosy:

[issue6596] urllib2 bug on CentOS

2009-07-30 Thread Martin v . Löwis
Martin v. Löwis added the comment: Can you rule out hardware problems? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue6596] urllib2 bug on CentOS

2009-07-30 Thread Anton
Anton added the comment: The same problem with gcc 4.3.2 -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue6596] urllib2 bug on CentOS

2009-07-29 Thread Anton
Anton added the comment: % gcc -v Using built-in specs. Target: i386-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man -- infodir=/usr/share/info --enable-shared --enable-threads=posix --enable- checking=release --with-system-zlib --enable-__cxa_atexit --disable- l

[issue6596] urllib2 bug on CentOS

2009-07-29 Thread Martin v . Löwis
Martin v. Löwis added the comment: What C compiler have you been using? -- nosy: +loewis ___ Python tracker ___ ___ Python-bugs-list m

[issue6596] urllib2 bug on CentOS

2009-07-29 Thread Anton
Changes by Anton : -- type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/

[issue6596] urllib2 bug on CentOS

2009-07-29 Thread Anton
New submission from Anton : This code gives HTTP Error 500 on CentOS: - import urllib2 url = 'http://wm.exchanger.ru/asp/XMLWMList.asp?exchtype=1' t = urllib2.urlopen(url).read() - tcpdump: --