[issue8108] test_ftplib fails with OpenSSL 0.9.8m

Maxim Yegorushkin report at bugs.python.org
Fri Jan 20 13:13:45 CET 2012


Maxim Yegorushkin <maxim.yegorushkin at gmail.com> added the comment:

I am still having this issue with Python-2.7.2 (which includes the patch) and openssl-devel-1.0.0e-1.fc14.x86_64:

  File "./download.py", line 195, in download_file
    ftp.retrbinary("retr " + filename, lambda data: file.write(data))
  File "/usr/local/ots/python/lib/python2.7/ftplib.py", line 691, in retrbinary
    conn.unwrap()
  File "/usr/local/ots/python/lib/python2.7/ssl.py", line 275, in unwrap
    s = self._sslobj.shutdown()
socket.error: [Errno 0] Error

----------
nosy: +max0x7ba

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


More information about the Python-bugs-list mailing list