Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
Jun 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions Misc/NEWS.d/3.12.4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading