Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b84420e

Browse files
committed
Merged revisions 77597 via svnmerge from
svn+ssh://[email protected]/python/branches/py3k ................ r77597 | ezio.melotti | 2010-01-18 11:15:14 +0200 (Mon, 18 Jan 2010) | 9 lines Merged revisions 77595 via svnmerge from svn+ssh://[email protected]/python/trunk ........ r77595 | ezio.melotti | 2010-01-18 11:10:26 +0200 (Mon, 18 Jan 2010) | 1 line #7730: remove spaces after functions names ........ ................
1 parent 173a1ee commit b84420e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/ssl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def shutdown(self, how):
304304
self._sslobj = None
305305
socket.shutdown(self, how)
306306

307-
def unwrap (self):
307+
def unwrap(self):
308308
if self._sslobj:
309309
s = self._sslobj.shutdown()
310310
self._sslobj = None

0 commit comments

Comments
 (0)