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

This commit is contained in:
Julien Palard 2019-05-08 17:01:11 +02:00 committed by GitHub
parent b2758ff955
commit 1d4b16051f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)