From 0b1d2ab0e6758c89ef7588da8bc6ea0a1a5352c6 Mon Sep 17 00:00:00 2001 From: Nice Zombies Date: Sat, 1 Jun 2024 09:20:39 +0200 Subject: [PATCH] Amend 3.13.0b1.rst --- Misc/NEWS.d/3.13.0b1.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Misc/NEWS.d/3.13.0b1.rst b/Misc/NEWS.d/3.13.0b1.rst index 525491a2603416..09b62c8377aabd 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. ..