Kaydet (Commit) b84420e9 authored tarafından Ezio Melotti's avatar Ezio Melotti

Merged revisions 77597 via svnmerge from

svn+ssh://pythondev@svn.python.org/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://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
  ........
................
üst 173a1eed
......@@ -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