This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pr0gg3d
Recipients loewis, orsenthil, pr0gg3d, rk3dov
Date 2009-08-03.16:38:53
SpamBayes Score 0.07561498
Marked as misclassified No
Message-id <1249317535.38.0.775948399914.issue6596@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-08-03 16:38:55pr0gg3dsetrecipients: + pr0gg3d, loewis, orsenthil, rk3dov
2009-08-03 16:38:55pr0gg3dsetmessageid: <1249317535.38.0.775948399914.issue6596@psf.upfronthosting.co.za>
2009-08-03 16:38:53pr0gg3dlinkissue6596 messages
2009-08-03 16:38:53pr0gg3dcreate