]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413)
authorChristian Heimes <christian@python.org>
Fri, 20 Nov 2020 08:26:07 +0000 (09:26 +0100)
committerGitHub <noreply@github.com>
Fri, 20 Nov 2020 08:26:07 +0000 (00:26 -0800)
commit03c8ddd9e94c7bddf1f06cf785027b8d2bf00ff0
treee293c334cb6fee7b5826b21e26ab3c56a2d2fd20
parent7ddbaa7a1b3e61847ee99658be6a7268a049e302
bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413)

Signed-off-by: Christian Heimes <christian@python.org>
24 files changed:
Doc/library/smtplib.rst
Doc/library/socket.rst
Doc/whatsnew/3.10.rst
Lib/http/server.py
Lib/idlelib/pyshell.py
Lib/socket.py
Lib/test/support/socket_helper.py
Lib/test/test_asyncio/functional.py
Lib/test/test_asyncore.py
Lib/test/test_exception_hierarchy.py
Lib/test/test_ftplib.py
Lib/test/test_imaplib.py
Lib/test/test_poplib.py
Lib/test/test_signal.py
Lib/test/test_smtplib.py
Lib/test/test_socket.py
Lib/test/test_ssl.py
Lib/test/test_telnetlib.py
Lib/test/test_timeout.py
Lib/test/test_urllib2net.py
Lib/test/test_xmlrpc.py
Misc/NEWS.d/next/Library/2020-11-19-20-27-51.bpo-42413.fjHrHx.rst [new file with mode: 0644]
Modules/_ssl.c
Modules/socketmodule.c