From b64488545f17c6c86d5cb5ba64f55db94d3a08ad Mon Sep 17 00:00:00 2001 From: Nice Zombies Date: Sat, 22 Jun 2024 22:05:37 +0200 Subject: [PATCH] [3.12] Amend categories of @nineteendo's news entries (GH-120735) (#120736) --- 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 ca3e1bad0c4..419228b9fc9 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: Core and Builtins - -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: Core and Builtins - -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