From e1cddff005137bd3e976a245b41b20375fc3fde6 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Wed, 8 May 2019 17:01:11 +0200 Subject: [PATCH] Doc: Be explicit that Pathlib resolve was strict before 3.6. (GH-11316) (cherry picked from commit 1d4b16051f8550fd7dada3670a3e83ae13b99d3b) Co-authored-by: Julien Palard --- Doc/library/pathlib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/pathlib.rst b/Doc/library/pathlib.rst index 7d4b41b1dd12b50..5b2df3feb7084d0 100644 --- a/Doc/library/pathlib.rst +++ b/Doc/library/pathlib.rst @@ -966,7 +966,7 @@ call fails (for example because the path doesn't exist): is raised. .. versionadded:: 3.6 - The *strict* argument. + The *strict* argument (pre-3.6 behavior is strict). .. method:: Path.rglob(pattern)