summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-09-24 03:03:36 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-09-24 03:03:36 +0000
commita59fa0bbe129913bd712ab178729d322a62e1061 (patch)
tree57601834276c4b930576a44afb6d2bb8fe656625
parent20ef89ecef5d19db45f5f973f67d819525de53ca (diff)
parent22ecc4b36d47d786cac37dba4661abceb8c35f1d (diff)
downloadcpython-git-a59fa0bbe129913bd712ab178729d322a62e1061.tar.gz
Issue #28221: Merge SSL test cleanup from 3.6
-rw-r--r--Lib/test/test_ssl.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py
index 1905df0f43..631c8c187d 100644
--- a/Lib/test/test_ssl.py
+++ b/Lib/test/test_ssl.py
@@ -2761,8 +2761,6 @@ if _have_threads:
def test_asyncore_server(self):
"""Check the example asyncore integration."""
- indata = "TEST MESSAGE of mixed case\n"
-
if support.verbose:
sys.stdout.write("\n")