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

Julien Palard webhook-mailer at python.org
Wed May 8 11:01:34 EDT 2019


https://github.com/python/cpython/commit/1d4b16051f8550fd7dada3670a3e83ae13b99d3b
commit: 1d4b16051f8550fd7dada3670a3e83ae13b99d3b
branch: master
author: Julien Palard <julien at palard.fr>
committer: GitHub <noreply at github.com>
date: 2019-05-08T17:01:11+02:00
summary:

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

files:
M Doc/library/pathlib.rst

diff --git a/Doc/library/pathlib.rst b/Doc/library/pathlib.rst
index 7a4a20dc6118..41aebc4f61c8 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)
 



More information about the Python-checkins mailing list