From: Nice Zombies Date: Mon, 3 Jun 2024 13:27:44 +0000 (+0200) Subject: gh-102511: Amend 3.13.0b1.rst (GH-119895) X-Git-Tag: v3.14.0a1~1635 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4765e1fa292007f8ddc59f33454b747312506a7a;p=thirdparty%2FPython%2Fcpython.git gh-102511: Amend 3.13.0b1.rst (GH-119895) --- diff --git a/Misc/NEWS.d/3.13.0b1.rst b/Misc/NEWS.d/3.13.0b1.rst index 525491a26034..09b62c8377aa 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. ..