[Python-checkins] cpython (merge 3.6 -> default): Issue #28221: Merge SSL test cleanup from 3.6
martin.panter
python-checkins at python.org
Fri Sep 23 23:35:31 EDT 2016
https://hg.python.org/cpython/rev/65e83846ed51
changeset: 104042:65e83846ed51
parent: 104038:a953112116ac
parent: 104041:d8d047217da1
user: Martin Panter <vadmium+py at gmail.com>
date: Sat Sep 24 03:03:36 2016 +0000
summary:
Issue #28221: Merge SSL test cleanup from 3.6
files:
Lib/test/test_ssl.py | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py
--- a/Lib/test/test_ssl.py
+++ b/Lib/test/test_ssl.py
@@ -2761,8 +2761,6 @@
def test_asyncore_server(self):
"""Check the example asyncore integration."""
- indata = "TEST MESSAGE of mixed case\n"
-
if support.verbose:
sys.stdout.write("\n")
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list