Skip to content

Commit

Permalink
Amend categories of @nineteendo's news entries (python#120735)
Browse files Browse the repository at this point in the history
  • Loading branch information
nineteendo authored Jun 21, 2024
1 parent 913a956 commit 1dadcb5
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 93 deletions.
112 changes: 56 additions & 56 deletions Misc/NEWS.d/3.13.0a6.rst
Original file line number Diff line number Diff line change
@@ -1,25 +1,7 @@
.. date: 2024-04-08-20-26-15
.. gh-issue: 117648
.. nonce: NzVEa7
.. release date: 2024-04-09
.. section: Core and Builtins
Improve performance of :func:`os.path.join` and :func:`os.path.expanduser`.

..
.. date: 2024-04-06-16-42-34
.. gh-issue: 117584
.. nonce: hqk9Hn
.. section: Core and Builtins
Raise :exc:`TypeError` for non-paths in :func:`posixpath.relpath()`.

..
.. date: 2024-04-04-13-42-59
.. gh-issue: 117494
.. nonce: GPQH64
.. release date: 2024-04-09
.. section: Core and Builtins
Refactored the instruction sequence data structure out of compile.c into
Expand Down Expand Up @@ -97,33 +79,6 @@ Grigoryev Semyon

..
.. date: 2024-03-29-21-43-19
.. gh-issue: 117381
.. nonce: fT0JFM
.. section: Core and Builtins
Fix error message for :func:`ntpath.commonpath`.

..
.. date: 2024-03-29-15-04-13
.. gh-issue: 117349
.. nonce: OB9kQQ
.. section: Core and Builtins
Optimise several functions in :mod:`os.path`.

..
.. date: 2024-03-28-19-13-20
.. gh-issue: 117335
.. nonce: d6uKJu
.. section: Core and Builtins
Raise TypeError for non-sequences for :func:`ntpath.commonpath`.

..
.. date: 2024-03-26-17-22-38
.. gh-issue: 117266
.. nonce: Kwh79O
Expand Down Expand Up @@ -170,16 +125,6 @@ up with growing heaps.

..
.. date: 2024-03-21-09-57-57
.. gh-issue: 117114
.. nonce: Qu-p55
.. section: Core and Builtins
Make :func:`os.path.isdevdrive` available on all platforms. For those that
do not offer Dev Drives, it will always return ``False``.

..
.. date: 2024-03-13-16-55-25
.. gh-issue: 116735
.. nonce: o3w6y8
Expand Down Expand Up @@ -305,6 +250,24 @@ operator. Patch by Pablo Galindo

..
.. date: 2024-04-08-20-26-15
.. gh-issue: 117648
.. nonce: NzVEa7
.. section: Library
Improve performance of :func:`os.path.join` and :func:`os.path.expanduser`.

..
.. date: 2024-04-06-16-42-34
.. gh-issue: 117584
.. nonce: hqk9Hn
.. section: Library
Raise :exc:`TypeError` for non-paths in :func:`posixpath.relpath()`.

..
.. date: 2024-04-03-18-36-53
.. gh-issue: 117467
.. nonce: l6rWlj
Expand Down Expand Up @@ -336,6 +299,15 @@ which can happen on Linux >= 2.6.36 with glibc < 2.27.

..
.. date: 2024-03-29-21-43-19
.. gh-issue: 117381
.. nonce: fT0JFM
.. section: Library
Fix error message for :func:`ntpath.commonpath`.

..
.. date: 2024-03-29-15-58-01
.. gh-issue: 117337
.. nonce: 7w3Qwp
Expand All @@ -347,6 +319,15 @@ argument instead.

..
.. date: 2024-03-29-15-04-13
.. gh-issue: 117349
.. nonce: OB9kQQ
.. section: Library
Optimise several functions in :mod:`os.path`.

..
.. date: 2024-03-29-12-07-26
.. gh-issue: 117348
.. nonce: WjCYvK
Expand All @@ -357,6 +338,15 @@ complexity and improve comprehensibility.

..
.. date: 2024-03-28-19-13-20
.. gh-issue: 117335
.. nonce: d6uKJu
.. section: Library
Raise TypeError for non-sequences for :func:`ntpath.commonpath`.

..
.. date: 2024-03-28-17-55-22
.. gh-issue: 66449
.. nonce: 4jhuEV
Expand Down Expand Up @@ -470,6 +460,16 @@ backslashes on Windows.

..
.. date: 2024-03-21-09-57-57
.. gh-issue: 117114
.. nonce: Qu-p55
.. section: Library
Make :func:`os.path.isdevdrive` available on all platforms. For those that
do not offer Dev Drives, it will always return ``False``.

..
.. date: 2024-03-21-07-27-36
.. gh-issue: 117110
.. nonce: 9K1InX
Expand Down
74 changes: 37 additions & 37 deletions Misc/NEWS.d/3.13.0b1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -295,16 +295,6 @@ Improve :exc:`SyntaxError` message for empty type param brackets.

..
.. date: 2024-04-19-08-50-48
.. gh-issue: 102511
.. nonce: qDEB66
.. section: Core and Builtins
Fix :func:`os.path.normpath` for UNC paths on Windows.
Speed up :func:`os.path.splitroot` with a native implementation.

..
.. date: 2024-04-18-03-49-41
.. gh-issue: 117958
.. nonce: -EsfUs
Expand Down Expand Up @@ -450,33 +440,6 @@ as such regardless of whether they are in extension modules or not.

..
.. date: 2024-04-08-19-30-38
.. gh-issue: 117641
.. nonce: oaBGSJ
.. section: Core and Builtins
Speedup :func:`os.path.commonpath` on Unix.

..
.. date: 2024-04-08-14-33-38
.. gh-issue: 117636
.. nonce: exnRKd
.. section: Core and Builtins
Speedup :func:`os.path.join`.

..
.. date: 2024-04-07-18-42-09
.. gh-issue: 117607
.. nonce: C978BD
.. section: Core and Builtins
Speedup :func:`os.path.relpath`.

..
.. date: 2024-03-30-00-37-53
.. gh-issue: 117385
.. nonce: h0OJti
Expand Down Expand Up @@ -836,6 +799,16 @@ big or offset too far.

..
.. date: 2024-04-19-08-50-48
.. gh-issue: 102511
.. nonce: qDEB66
.. section: Library
Fix :func:`os.path.normpath` for UNC paths on Windows.
Speed up :func:`os.path.splitroot` with a native implementation.

..
.. date: 2024-04-18-00-35-11
.. gh-issue: 117535
.. nonce: 0m6SIM
Expand Down Expand Up @@ -1005,6 +978,15 @@ dataclasses.

..
.. date: 2024-04-08-19-30-38
.. gh-issue: 117641
.. nonce: oaBGSJ
.. section: Library
Speedup :func:`os.path.commonpath` on Unix.

..
.. date: 2024-04-08-19-12-26
.. gh-issue: 117663
.. nonce: CPfc_p
Expand All @@ -1015,6 +997,15 @@ but only one is the member value.

..
.. date: 2024-04-08-14-33-38
.. gh-issue: 117636
.. nonce: exnRKd
.. section: Library
Speedup :func:`os.path.join`.

..
.. date: 2024-04-08-03-23-22
.. gh-issue: 117618
.. nonce: -4DCUw
Expand All @@ -1038,6 +1029,15 @@ The old constants are preserved for backwards compatibility.

..
.. date: 2024-04-07-18-42-09
.. gh-issue: 117607
.. nonce: C978BD
.. section: Library
Speedup :func:`os.path.relpath`.

..
.. date: 2024-04-06-20-31-09
.. gh-issue: 117586
.. nonce: UgWdRK
Expand Down

0 comments on commit 1dadcb5

Please sign in to comment.