File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -877,6 +877,7 @@ conforming to :rfc:`8089`.
877877 resolve to a local address, then on Windows a UNC path is returned (as
878878 before), and on other platforms a :exc: `ValueError ` is raised.
879879
880+
880881.. method :: Path.as_uri()
881882
882883 Represent the path as a 'file' URI. :exc: `ValueError ` is raised if
Original file line number Diff line number Diff line change @@ -998,6 +998,7 @@ urllib
998998* Upgrade HTTP digest authentication algorithm for :mod: `urllib.request ` by
999999 supporting SHA-256 digest authentication as specified in :rfc: `7616 `.
10001000 (Contributed by Calvin Bui in :gh: `128193 `.)
1001+
10011002* Improve support for ``file: `` URLs.
10021003
10031004 In :func: `urllib.request.url2pathname `:
@@ -1017,6 +1018,7 @@ urllib
10171018
10181019 (Contributed by Barney Gale in :gh: `125866 `.)
10191020
1021+
10201022uuid
10211023----
10221024
You can’t perform that action at this time.
0 commit comments