]> granicus.if.org Git - python/commitdiff
Issue #28221: Remove unused assignment from test_asyncore_server()
authorMartin Panter <vadmium+py@gmail.com>
Fri, 23 Sep 2016 23:45:56 +0000 (23:45 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Fri, 23 Sep 2016 23:45:56 +0000 (23:45 +0000)
The later value of FOO is fine. The test just needs to verify that the server
converted it to lowercase.

Lib/test/test_ssl.py

index f162c6eee62cb738a21525136fe2cc75340c30c1..551558304fcdd62419322e1d21a7a61e634a8d3d 100644 (file)
@@ -2688,8 +2688,6 @@ else:
 
         def test_asyncore_server(self):
             """Check the example asyncore integration."""
-            indata = "TEST MESSAGE of mixed case\n"
-
             if support.verbose:
                 sys.stdout.write("\n")