https://github.com/python/cpython/commit/b26b410ce90214480c96079ff3a9c202b59f54a0 commit: b26b410ce90214480c96079ff3a9c202b59f54a0 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: zooba <[email protected]> date: 2024-06-03T13:46:40Z summary:
gh-102511: Amend 3.13.0b1.rst (GH-119895) (cherry picked from commit 4765e1fa292007f8ddc59f33454b747312506a7a) Co-authored-by: Nice Zombies <[email protected]> files: M Misc/NEWS.d/3.13.0b1.rst 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. .. _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
