Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1d4b160

Browse files
authoredMay 8, 2019
Doc: Be explicit that Pathlib resolve was strict before 3.6. (pythonGH-11316)
1 parent b2758ff commit 1d4b160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Doc/library/pathlib.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ call fails (for example because the path doesn't exist).
976976
is raised.
977977

978978
.. versionadded:: 3.6
979-
The *strict* argument.
979+
The *strict* argument (pre-3.6 behavior is strict).
980980

981981
.. method:: Path.rglob(pattern)
982982

0 commit comments

Comments
 (0)
Please sign in to comment.