]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-115114: Add missing slash to file URI prefix `file:/` (#115115)
authorEdgar Ramírez Mondragón <16805946+edgarrmondragon@users.noreply.github.com>
Wed, 7 Feb 2024 05:22:47 +0000 (23:22 -0600)
committerGitHub <noreply@github.com>
Wed, 7 Feb 2024 05:22:47 +0000 (05:22 +0000)
Add missing slash to file URI prefix `file:/`

Doc/whatsnew/3.13.rst

index e034d34c5fb5abc8ae6e71473f0a5071fd2c8be4..c75d44065313940f140f9b85c78c96aaf00140de 100644 (file)
@@ -391,7 +391,7 @@ pathlib
   (Contributed by Barney Gale in :gh:`89812`.)
 
 * Add :meth:`pathlib.Path.from_uri`, a new constructor to create a :class:`pathlib.Path`
-  object from a 'file' URI (``file:/``).
+  object from a 'file' URI (``file://``).
   (Contributed by Barney Gale in :gh:`107465`.)
 
 * Add :meth:`pathlib.PurePath.full_match` for matching paths with