Doc: Be explicit that Pathlib resolve was strict before 3.6. (GH-11316)
This commit is contained in:
parent
b2758ff955
commit
1d4b16051f
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue