[issue18907] urllib2.open FTP open times out at 20 secs despite timeout parameter

John Nagle report at bugs.python.org
Mon Sep 2 20:26:41 CEST 2013


John Nagle added the comment:

Reproduced problem in Python 3.3 (Win32). Error message there is:

Open of ftp://ftp.sec.gov/edgar/daily-index failed after 21.08 seconds: <urlopen error ftp error: TimeoutError(10060, 'A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond', None, 10060)>

So this is broken in both Python 2.7 and Python 3.3.

----------
versions: +Python 3.3
Added file: http://bugs.python.org/file31559/edgartimeouttest3.py

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


More information about the Python-bugs-list mailing list