diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-12-21 14:06:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-21 14:06:10 (GMT) |
commit | b2076b00710c4366dcfe6cd236e480d68a3c38b7 (patch) | |
tree | 4384f4ee18bec5bcf656b30926df20aa92593ccf /Misc | |
parent | ae8520c70992710903819f24dbce4e7dd05d7ea8 (diff) | |
download | cpython-b2076b00710c4366dcfe6cd236e480d68a3c38b7.zip cpython-b2076b00710c4366dcfe6cd236e480d68a3c38b7.tar.gz cpython-b2076b00710c4366dcfe6cd236e480d68a3c38b7.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')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2022-12-20-16-14-19.gh-issue-100374.YRrVHT.rst | 1 |
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. |