]> granicus.if.org Git - python/commit
Merged revisions 80392 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 23 Apr 2010 00:16:21 +0000 (00:16 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 23 Apr 2010 00:16:21 +0000 (00:16 +0000)
commit2c4f98b3c58365845539f0d921c9d12b466b5e30
tree2cd4c117bd36284ea749776aa1c2088817c28508
parent582c0a6ac2cba5fd41222db04b94e7fc51389a08
Merged revisions 80392 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r80392 | antoine.pitrou | 2010-04-23 01:33:02 +0200 (ven., 23 avril 2010) | 9 lines

  Issue #8108: Fix the unwrap() method of SSL objects when the socket has
  a non-infinite timeout.  Also make that method friendlier with applications
  wanting to continue using the socket in clear-text mode, by disabling
  OpenSSL's internal readahead.  Thanks to Darryl Miles for guidance.

  Issue #8108: test_ftplib's non-blocking SSL server now has proper handling
  of SSL shutdowns.
........
Lib/test/test_ftplib.py
Misc/NEWS
Modules/_ssl.c