]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Doc: Be explicit that Pathlib resolve was strict before 3.6. (GH-11316)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 8 May 2019 15:26:23 +0000 (08:26 -0700)
committerGitHub <noreply@github.com>
Wed, 8 May 2019 15:26:23 +0000 (08:26 -0700)
(cherry picked from commit 1d4b16051f8550fd7dada3670a3e83ae13b99d3b)

Co-authored-by: Julien Palard <julien@palard.fr>
Doc/library/pathlib.rst

index 7d4b41b1dd12b50f428cd6989bc3b5685d4eb9c0..5b2df3feb7084d099078524a0bf1b2f8b375519f 100644 (file)
@@ -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)