]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-102511: Amend 3.13.0b1.rst (GH-119895)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 3 Jun 2024 13:46:40 +0000 (15:46 +0200)
committerGitHub <noreply@github.com>
Mon, 3 Jun 2024 13:46:40 +0000 (13:46 +0000)
(cherry picked from commit 4765e1fa292007f8ddc59f33454b747312506a7a)

Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>
Misc/NEWS.d/3.13.0b1.rst

index 525491a26034168878cf3dfbf97acf9732a7df2d..09b62c8377aabdfef4e59212fb8abfe7f307b1ed 100644 (file)
@@ -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.
 
 ..