]> git.ipfire.org Git - thirdparty/tornado.git/commit
*: Use OSError instead of its aliases
authorBen Darnell <ben@bendarnell.com>
Thu, 13 Jun 2024 18:06:26 +0000 (14:06 -0400)
committerBen Darnell <ben@bendarnell.com>
Thu, 13 Jun 2024 18:06:26 +0000 (14:06 -0400)
commite98b09f1e52677b3ae04ad2314767ad1bfdc1ceb
treec3e1abe523fcb92dbd05460d856e9045e29ea3dd
parent9f0a7fdd0b9c13cef0d5cd1f828d5370b66324c6
*: Use OSError instead of its aliases

Various errors were merged into OSError in Python 3.4.

Automated change with modified pyupgrade.
tornado/iostream.py
tornado/netutil.py
tornado/platform/caresresolver.py
tornado/tcpclient.py
tornado/tcpserver.py
tornado/test/tcpserver_test.py
tornado/test/util.py