mirror of
https://github.com/python/cpython.git
synced 2025-09-02 23:18:25 +00:00
Doc: Be explicit that Pathlib resolve was strict before 3.6. (GH-11316)
This commit is contained in:
parent
b2758ff955
commit
1d4b16051f
1 changed files with 1 additions and 1 deletions
|
@ -976,7 +976,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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue