From: Julien Palard Date: Wed, 8 May 2019 15:01:11 +0000 (+0200) Subject: Doc: Be explicit that Pathlib resolve was strict before 3.6. (GH-11316) X-Git-Tag: v3.8.0b1~444 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d4b16051f8550fd7dada3670a3e83ae13b99d3b;p=python Doc: Be explicit that Pathlib resolve was strict before 3.6. (GH-11316) --- diff --git a/Doc/library/pathlib.rst b/Doc/library/pathlib.rst index 7a4a20dc61..41aebc4f61 100644 --- a/Doc/library/pathlib.rst +++ b/Doc/library/pathlib.rst @@ -976,7 +976,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)