From 035913668d1178b9e1a3f312f405412212573555 Mon Sep 17 00:00:00 2001 From: Nice Zombies Date: Wed, 19 Jun 2024 14:04:49 +0200 Subject: [PATCH 1/3] Amend entry 1 --- Misc/NEWS.d/3.12.4.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/3.12.4.rst b/Misc/NEWS.d/3.12.4.rst index ca3e1bad0c4f86..ebe596eb100cdc 100644 --- a/Misc/NEWS.d/3.12.4.rst +++ b/Misc/NEWS.d/3.12.4.rst @@ -73,7 +73,7 @@ are in the generic class. .. date: 2024-05-22-13-51-40 .. gh-issue: 118507 .. nonce: xkIQ3v -.. section: Core and Builtins +.. section: Library Fix :func:`os.path.isfile` on Windows for pipes. From 91ebe8acafe4ccfcdf5003be51c8649b1d2503f7 Mon Sep 17 00:00:00 2001 From: Nice Zombies Date: Wed, 19 Jun 2024 14:05:36 +0200 Subject: [PATCH 2/3] Amend entry 2 --- Misc/NEWS.d/3.12.4.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/3.12.4.rst b/Misc/NEWS.d/3.12.4.rst index ebe596eb100cdc..12bd591a4f2178 100644 --- a/Misc/NEWS.d/3.12.4.rst +++ b/Misc/NEWS.d/3.12.4.rst @@ -44,7 +44,7 @@ when ``globals`` is set to a non-dict. Patch by Jelle Zijlstra. .. date: 2024-05-27-15-22-41 .. gh-issue: 118263 .. nonce: QfcDja -.. section: Core and Builtins +.. section: Library Speed up :func:`os.path.normpath` with a direct C call. From 8bdd7e24a08b968f37b7a1cd96972cebe48e049e Mon Sep 17 00:00:00 2001 From: Nineteendo Date: Fri, 21 Jun 2024 20:56:49 +0200 Subject: [PATCH 3/3] Re-order --- Misc/NEWS.d/3.12.4.rst | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/Misc/NEWS.d/3.12.4.rst b/Misc/NEWS.d/3.12.4.rst index 12bd591a4f2178..419228b9fc9a7f 100644 --- a/Misc/NEWS.d/3.12.4.rst +++ b/Misc/NEWS.d/3.12.4.rst @@ -41,15 +41,6 @@ when ``globals`` is set to a non-dict. Patch by Jelle Zijlstra. .. -.. date: 2024-05-27-15-22-41 -.. gh-issue: 118263 -.. nonce: QfcDja -.. section: Library - -Speed up :func:`os.path.normpath` with a direct C call. - -.. - .. date: 2024-05-23-06-34-45 .. gh-issue: 119311 .. nonce: 2DBwKR @@ -70,15 +61,6 @@ are in the generic class. .. -.. date: 2024-05-22-13-51-40 -.. gh-issue: 118507 -.. nonce: xkIQ3v -.. section: Library - -Fix :func:`os.path.isfile` on Windows for pipes. - -.. - .. date: 2024-05-21-11-27-14 .. gh-issue: 119213 .. nonce: nxjxrt @@ -235,6 +217,15 @@ of recursive. .. +.. date: 2024-05-27-15-22-41 +.. gh-issue: 118263 +.. nonce: QfcDja +.. section: Library + +Speed up :func:`os.path.normpath` with a direct C call. + +.. + .. date: 2024-05-24-21-54-55 .. gh-issue: 113892 .. nonce: JKDFqq @@ -246,6 +237,15 @@ well as in other loop implementations. .. +.. date: 2024-05-22-13-51-40 +.. gh-issue: 118507 +.. nonce: xkIQ3v +.. section: Library + +Fix :func:`os.path.isfile` on Windows for pipes. + +.. + .. date: 2024-05-19-18-49-04 .. gh-issue: 119174 .. nonce: 5GTv7d