]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-132710: add missing NEWS entry for GH-132901 (#134705)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Mon, 26 May 2025 10:38:16 +0000 (12:38 +0200)
committerGitHub <noreply@github.com>
Mon, 26 May 2025 10:38:16 +0000 (10:38 +0000)
Misc/NEWS.d/next/Library/2025-05-26-12-31-08.gh-issue-132710.ApU3TZ.rst [new file with mode: 0644]

diff --git a/Misc/NEWS.d/next/Library/2025-05-26-12-31-08.gh-issue-132710.ApU3TZ.rst b/Misc/NEWS.d/next/Library/2025-05-26-12-31-08.gh-issue-132710.ApU3TZ.rst
new file mode 100644 (file)
index 0000000..b701151
--- /dev/null
@@ -0,0 +1,3 @@
+If possible, ensure that :func:`uuid.getnode` returns the same result even
+across different processes. Previously, the result was constant only within
+the same process. Patch by Bénédikt Tran.