]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42427: Use the errno attribute of OSError instead of args[0] (GH-23449)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 22 Nov 2020 08:28:34 +0000 (10:28 +0200)
committerGitHub <noreply@github.com>
Sun, 22 Nov 2020 08:28:34 +0000 (10:28 +0200)
commitc4d45ee670c09d4f6da709df072ec80cb7dfad22
treeffa3ba91afd9e93b19ada3967236529a6c1b3fd9
parentbd8c22e1fa8f8f6e31ee083a8b9321a2c324f02f
bpo-42427: Use the errno attribute of OSError instead of args[0] (GH-23449)
Lib/asyncore.py
Lib/smtpd.py
Lib/socket.py