Closed
Description
Documentation
The example URI prefix is missing a trailing slash:
Add
pathlib.Path.from_uri()
, a new constructor to create apathlib.Path
object from a ‘file’ URI (file:/
). (Contributed by Barney Gale in gh-107465.)
Line 394 in 11ac6f5