[Python-Dev] urllib.request.urlopen struggling in Windows 7 (original) (raw)

"Martin v. Löwis" martin at v.loewis.de
Tue Nov 15 00:45:31 CET 2011


I do believe this is a windows issue, but can python be made more robust to deal with what is causing it?

I can't believe that it's a Windows issue, and neither can I believe that it's a Python issue (although this is more likely).

Most likely, it's a server issue, i.e. the server somehow closes the connection without providing all the data it ought to provide. If that's the issue, Python can do nothing about it - you need to fix the server.

Regards, Martin



More information about the Python-Dev mailing list