Issue #28221: Remove unused assignment from test_asyncore_server()

The later value of FOO is fine. The test just needs to verify that the server
converted it to lowercase.
This commit is contained in:
Martin Panter 2016-09-23 23:45:56 +00:00
parent 3cb091e576
commit 8609cda961
1 changed files with 0 additions and 2 deletions

View 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")