[issue28221] Unused indata in test_ssl.ThreadedTests.test_asyncore_server

Martin Panter report at bugs.python.org
Wed Sep 21 00:12:24 EDT 2016


Martin Panter added the comment:

Actually in the Py 3 branch, I found an earlier revision that added indata="FOO\n": r59506 (Dec 2007).

Anyway, the server in the test case just does a simple lower() call on the data, so I think the simpler FOO line may be fine on its own.

----------
stage:  -> needs patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28221>
_______________________________________


More information about the Python-bugs-list mailing list