[Python-checkins] Doc: Be explicit that Pathlib resolve was strict before 3.6. (GH-11316)

Miss Islington (bot) webhook-mailer at python.org
Wed May 8 11:26:30 EDT 2019


https://github.com/python/cpython/commit/5e08fe18a791c6279d285ce89a0365333450c1b3
commit: 5e08fe18a791c6279d285ce89a0365333450c1b3
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2019-05-08T08:26:23-07:00
summary:

Doc: Be explicit that Pathlib resolve was strict before 3.6. (GH-11316)

(cherry picked from commit 1d4b16051f8550fd7dada3670a3e83ae13b99d3b)

Co-authored-by: Julien Palard <julien at palard.fr>

files:
M Doc/library/pathlib.rst

diff --git a/Doc/library/pathlib.rst b/Doc/library/pathlib.rst
index 7d4b41b1dd12..5b2df3feb708 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)
 



More information about the Python-checkins mailing list