cpython: 8da1aa71cd73 (original) (raw)

Mercurial > cpython

changeset 92830:8da1aa71cd73

Remove unused "block" argument in SSLObject.do_handshake() (issue #21965) [#21965]

Antoine Pitrou solipsis@pitrou.net
date Mon, 06 Oct 2014 00:21:09 +0200
parents a79003f25a41
children ec3077e23b7d
files Lib/ssl.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Lib/ssl.py 2

line wrap: on

line diff

--- a/Lib/ssl.py +++ b/Lib/ssl.py @@ -567,7 +567,7 @@ class SSLObject: """Return the number of bytes that can be read immediately.""" return self._sslobj.pending()