mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-115114: Add missing slash to file URI prefix file:/ (#115115)
Add missing slash to file URI prefix `file:/`
This commit is contained in:
parent
3f71c416c0
commit
60375a3809
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue