]> git.ipfire.org Git - thirdparty/tornado.git/commit
*: Lint on the newest version of python too. 3337/head
authorBen Darnell <ben@bendarnell.com>
Sat, 14 Oct 2023 02:39:41 +0000 (22:39 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 14 Oct 2023 02:39:41 +0000 (22:39 -0400)
commit724f5d3a587ce56734dd88c701da9c2d68b87e4c
treeb32c337c0402ffcb132d1788c05af08f20a8fce7
parent1a60c488cd90210f251b1ad3cf4e0c0597886846
*: Lint on the newest version of python too.

We previously only typechecked on the oldest version of python we
supported, incorrectly assuming nothing we depended on would be
removed. Now we typecheck on the latest version of python.

Assume support for modern version of ssl and remove some pre-SNI
code paths which rely on functions that are now removed.
tornado/concurrent.py
tornado/iostream.py
tornado/netutil.py
tornado/testing.py
tox.ini