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

(cherry picked from commit 1d4b16051f)

Co-authored-by: Julien Palard <julien@palard.fr>
This commit is contained in:
Miss Islington (bot) 2019-05-08 08:26:23 -07:00 committed by GitHub
parent 3afbe69988
commit 5e08fe18a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -966,7 +966,7 @@ call fails (for example because the path doesn't exist):
is raised. is raised.
.. versionadded:: 3.6 .. versionadded:: 3.6
The *strict* argument. The *strict* argument (pre-3.6 behavior is strict).
.. method:: Path.rglob(pattern) .. method:: Path.rglob(pattern)