(original) (raw)
changeset: 104041:d8d047217da1 branch: 3.6 parent: 104037:966b57281536 parent: 104040:97ff9934ad2d user: Martin Panter vadmium+py@gmail.com date: Sat Sep 24 03:03:07 2016 +0000 files: Lib/test/test_ssl.py description: Issue #28221: Merge SSL test cleanup from 3.5 into 3.6 diff -r 966b57281536 -r d8d047217da1 Lib/test/test_ssl.py --- a/Lib/test/test_ssl.py Fri Sep 23 20:26:30 2016 +0200 +++ b/Lib/test/test_ssl.py Sat Sep 24 03:03:07 2016 +0000 @@ -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") /vadmium+py@gmail.com