Skip to content

Commit

Permalink
Doc: Be explicit that Pathlib resolve was strict before 3.6. (GH-11316)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPalard authored May 8, 2019
1 parent b2758ff commit 1d4b160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/pathlib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 1d4b160

Please sign in to comment.