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:
parent
3afbe69988
commit
5e08fe18a7
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue