https://github.com/python/cpython/commit/b64488545f17c6c86d5cb5ba64f55db94d3a08ad
commit: b64488545f17c6c86d5cb5ba64f55db94d3a08ad
branch: 3.12
author: Nice Zombies <[email protected]>
committer: carljm <[email protected]>
date: 2024-06-22T15:05:37-05:00
summary:

[3.12] Amend categories of @nineteendo's news entries (GH-120735) (#120736)

files:
M Misc/NEWS.d/3.12.4.rst

diff --git a/Misc/NEWS.d/3.12.4.rst b/Misc/NEWS.d/3.12.4.rst
index ca3e1bad0c4f86..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: 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

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to