Commit dc55e675 authored by Ezio Melotti's avatar Ezio Melotti

Merged revisions 77595 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r77595 | ezio.melotti | 2010-01-18 11:10:26 +0200 (Mon, 18 Jan 2010) | 1 line

  #7730: remove spaces after functions names
........
parent de508003
......@@ -304,7 +304,7 @@ class SSLSocket(socket):
self._sslobj = None
socket.shutdown(self, how)
def unwrap (self):
def unwrap(self):
if self._sslobj:
s = self._sslobj.shutdown()
self._sslobj = None
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment