[issue6596] urllib2 bug on CentOS

2009-08-03 Thread Francesco Del Degan
Francesco Del Degan f.delde...@ngi.it 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

[issue6596] urllib2 bug on CentOS

2009-08-03 Thread Francesco Del Degan
Francesco Del Degan f.delde...@ngi.it 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 '?xml version=1.0?. i thinks that you should try to look

[issue6596] urllib2 bug on CentOS

2009-08-03 Thread Senthil
Senthil orsent...@gmail.com added the comment: Thanks for the update. I am closing this as Invalid. -- resolution: - invalid status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6596

[issue6596] urllib2 bug on CentOS

2009-08-03 Thread Roumen Petrov
Roumen Petrov bugtr...@roumenpetrov.info added the comment: 10x for closing. It seems to me python is not mature as http client. -- nosy: +rpetrov ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6596

[issue6596] urllib2 bug on CentOS

2009-07-31 Thread Senthil
Senthil orsent...@gmail.com 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.

[issue6596] urllib2 bug on CentOS

2009-07-30 Thread Anton
Anton rk3...@gmail.com added the comment: The same problem with gcc 4.3.2 -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6596 ___ ___

[issue6596] urllib2 bug on CentOS

2009-07-30 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: Can you rule out hardware problems? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6596 ___

[issue6596] urllib2 bug on CentOS

2009-07-29 Thread Anton
New submission from Anton rk3...@gmail.com: 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:

[issue6596] urllib2 bug on CentOS

2009-07-29 Thread Anton
Changes by Anton rk3...@gmail.com: -- type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6596 ___ ___ Python-bugs-list mailing list

[issue6596] urllib2 bug on CentOS

2009-07-29 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: What C compiler have you been using? -- nosy: +loewis ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6596 ___

[issue6596] urllib2 bug on CentOS

2009-07-29 Thread Anton
Anton rk3...@gmail.com 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