]> granicus.if.org Git - python/commitdiff
Doc: Be explicit that Pathlib resolve was strict before 3.6. (GH-11316)
authorJulien Palard <julien@palard.fr>
Wed, 8 May 2019 15:01:11 +0000 (17:01 +0200)
committerGitHub <noreply@github.com>
Wed, 8 May 2019 15:01:11 +0000 (17:01 +0200)
Doc/library/pathlib.rst

index 7a4a20dc61182fc373d089ace5e5f19031f05c48..41aebc4f61c83c7e1f000c85476b4fd682091801 100644 (file)
@@ -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)