summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorJulien Palard <julien@palard.fr>2019-05-08 15:01:11 (GMT)
committerGitHub <noreply@github.com>2019-05-08 15:01:11 (GMT)
commit1d4b16051f8550fd7dada3670a3e83ae13b99d3b (patch)
tree25bbc88432bcf56ef9bc7d4afef785e94017087f /Doc
parentb2758ff9553d8bebe4e9dd1cb3996212473810e3 (diff)
downloadcpython-1d4b16051f8550fd7dada3670a3e83ae13b99d3b.zip
cpython-1d4b16051f8550fd7dada3670a3e83ae13b99d3b.tar.gz
cpython-1d4b16051f8550fd7dada3670a3e83ae13b99d3b.tar.bz2
Doc: Be explicit that Pathlib resolve was strict before 3.6. (GH-11316)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/pathlib.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/pathlib.rst b/Doc/library/pathlib.rst
index 7a4a20d..41aebc4 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)