summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-12-21 14:06:27 (GMT)
committerGitHub <noreply@github.com>2022-12-21 14:06:27 (GMT)
commit7f24056dfbcaa080ab825924667e9359d86570d9 (patch)
treefb3717d97df30ee0d79de0e320eaeecdd2deb9f2 /Misc/NEWS.d
parent591365cd49cf1065e27bb1358aa5f07bd854dd33 (diff)
downloadcpython-7f24056dfbcaa080ab825924667e9359d86570d9.zip
cpython-7f24056dfbcaa080ab825924667e9359d86570d9.tar.gz
cpython-7f24056dfbcaa080ab825924667e9359d86570d9.tar.bz2
gh-100374: Fixed a bug in socket.getfqdn() (gh-100375)
(cherry picked from commit 12be23cf3c1301be2c6b8fd4cb2cd35a567d2ea2) Co-authored-by: Dominic Socular <BBH@awsl.rip>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2022-12-20-16-14-19.gh-issue-100374.YRrVHT.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-12-20-16-14-19.gh-issue-100374.YRrVHT.rst b/Misc/NEWS.d/next/Core and Builtins/2022-12-20-16-14-19.gh-issue-100374.YRrVHT.rst
new file mode 100644
index 0000000..e78352f
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2022-12-20-16-14-19.gh-issue-100374.YRrVHT.rst
@@ -0,0 +1 @@
+Fix incorrect result and delay in :func:`socket.getfqdn`. Patch by Dominic Socular.