Skip to content

Commit 5e08fe1

Browse files
Doc: Be explicit that Pathlib resolve was strict before 3.6. (GH-11316)
(cherry picked from commit 1d4b160) Co-authored-by: Julien Palard <[email protected]>
1 parent 3afbe69 commit 5e08fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/pathlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,7 @@ call fails (for example because the path doesn't exist):
966966
is raised.
967967

968968
.. versionadded:: 3.6
969-
The *strict* argument.
969+
The *strict* argument (pre-3.6 behavior is strict).
970970

971971
.. method:: Path.rglob(pattern)
972972

0 commit comments

Comments
 (0)