mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
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:
parent
3cb091e576
commit
8609cda961
1 changed files with 0 additions and 2 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue