cpython: 8b655668c04f (original) (raw)

Mercurial > cpython

changeset 103645:8b655668c04f

Issue #28078: Add missing colon [#28078]

Christian Heimes christian@python.org
date Sun, 11 Sep 2016 20:03:46 +0200
parents 2e541e994927
children 55d77f5a7cb3
files Lib/test/test_socket.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Lib/test/test_socket.py 2

line wrap: on

line diff

--- a/Lib/test/test_socket.py +++ b/Lib/test/test_socket.py @@ -5349,7 +5349,7 @@ class LinuxKernelCryptoAPI(unittest.Test # type / algorithm is not available sock.close() raise unittest.SkipTest(str(e), typ, name)

def test_sha256(self):