diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-09-24 03:03:07 +0000 |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-09-24 03:03:07 +0000 |
commit | 22ecc4b36d47d786cac37dba4661abceb8c35f1d (patch) | |
tree | 094b9731d17cf42fffed271d468fde2e431045fd /Lib/test/test_ssl.py | |
parent | 517507c6d5d740ab548faddb9e0c57092d19a188 (diff) | |
parent | 8609cda961a773f6eaafe7944f73d70407500ac7 (diff) | |
download | cpython-git-22ecc4b36d47d786cac37dba4661abceb8c35f1d.tar.gz |
Issue #28221: Merge SSL test cleanup from 3.5 into 3.6
Diffstat (limited to 'Lib/test/test_ssl.py')
-rw-r--r-- | 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 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") |