From e79f95f2c6c5ee845655587e5fb514794769e157 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Tue, 25 Dec 2018 23:21:58 +0100 Subject: [PATCH] Doc: Be explicit that Pathlib resolve was strict before 3.6. --- 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 6aebe970194abc..14c3d0d9bd3cd7 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)