]> git.ipfire.org Git - thirdparty/tornado.git/commit
*: Use set literals and comprehensions where applicable
authorBen Darnell <ben@bendarnell.com>
Thu, 13 Jun 2024 17:58:33 +0000 (13:58 -0400)
committerBen Darnell <ben@bendarnell.com>
Thu, 13 Jun 2024 17:58:33 +0000 (13:58 -0400)
commit50358ac952c34de3085d8721c2289491c44968d4
tree31fd809015d93110baecba21355f559b2f32cc57
parent04ebadd87ded3588c868dcfeb0cc8aeb19e039c7
*: Use set literals and comprehensions where applicable

These features have been available since Python 2.7.

This change was made with a version of pyupgrade modified to perform
only this change, then postprocessed with black.
14 files changed:
tornado/auth.py
tornado/curl_httpclient.py
tornado/options.py
tornado/simple_httpclient.py
tornado/template.py
tornado/test/options_test.py
tornado/test/runtests.py
tornado/test/simple_httpclient_test.py
tornado/test/tcpclient_test.py
tornado/test/web_test.py
tornado/test/websocket_test.py
tornado/web.py
tornado/websocket.py
tornado/wsgi.py