Skip to content

Commit d327f34

Browse files
barneygalepicnixz
andauthored
Apply suggestions from code review
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent 89ddf7f commit d327f34

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Doc/library/pathlib.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

Doc/whatsnew/3.14.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
10201022
uuid
10211023
----
10221024

0 commit comments

Comments
 (0)