]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-102511: Amend 3.13.0b1.rst (GH-119895)
authorNice Zombies <nineteendo19d0@gmail.com>
Mon, 3 Jun 2024 13:27:44 +0000 (15:27 +0200)
committerGitHub <noreply@github.com>
Mon, 3 Jun 2024 13:27:44 +0000 (14:27 +0100)
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.
 
 ..