summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-06-03 13:46:40 (GMT)
committerGitHub <noreply@github.com>2024-06-03 13:46:40 (GMT)
commitb26b410ce90214480c96079ff3a9c202b59f54a0 (patch)
tree6a6ba21d1c41a0c129a1e4b461e58b22defb258c
parent6db1eb98a4055ffef04c229f85bd73e4e4e1138b (diff)
downloadcpython-b26b410ce90214480c96079ff3a9c202b59f54a0.zip
cpython-b26b410ce90214480c96079ff3a9c202b59f54a0.tar.gz
cpython-b26b410ce90214480c96079ff3a9c202b59f54a0.tar.bz2
gh-102511: Amend 3.13.0b1.rst (GH-119895)
(cherry picked from commit 4765e1fa292007f8ddc59f33454b747312506a7a) Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>
-rw-r--r--Misc/NEWS.d/3.13.0b1.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/3.13.0b1.rst b/Misc/NEWS.d/3.13.0b1.rst
index 525491a..09b62c8 100644
--- a/Misc/NEWS.d/3.13.0b1.rst
+++ b/Misc/NEWS.d/3.13.0b1.rst
@@ -300,6 +300,7 @@ Improve :exc:`SyntaxError` message for empty type param brackets.
.. 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.
..