[issue6596] urllib2 bug on CentOS

Francesco Del Degan report at bugs.python.org
Mon Aug 3 18:38:55 CEST 2009


Francesco Del Degan <f.deldegan at 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 for some bugs into CentOS 
distribution.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6596>
_______________________________________


More information about the Python-bugs-list mailing list