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 max0x7ba
Recipients Arfrever, dlmiles, flox, giampaolo.rodola, janssen, jcea, max0x7ba, pitrou, vstinner
Date 2012-01-20.12:13:44
SpamBayes Score 0.00023634963
Marked as misclassified No
Message-id <1327061625.67.0.580157366105.issue8108@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-01-20 12:13:45max0x7basetrecipients: + max0x7ba, jcea, janssen, pitrou, vstinner, giampaolo.rodola, Arfrever, flox, dlmiles
2012-01-20 12:13:45max0x7basetmessageid: <1327061625.67.0.580157366105.issue8108@psf.upfronthosting.co.za>
2012-01-20 12:13:45max0x7balinkissue8108 messages
2012-01-20 12:13:44max0x7bacreate