]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
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)
commit0259c663687be2f4a12aa923da846bafee47e088
tree597b0299676817846452b1900f7473e413da00a1
parentcae643022f2dc263c383c6c939df8f1f90da0fde
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.
Lib/test/test_ssl.py