Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Re-target to 3.13
  • Loading branch information
barneygale committed May 23, 2023
commit 4f2a49290dfedb609946e1bcd0dc5656cd5bca63
4 changes: 2 additions & 2 deletions Doc/library/pathlib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ call fails (for example because the path doesn't exist).
.. versionadded:: 3.12
The *case_sensitive* argument.

.. versionadded:: 3.12
.. versionadded:: 3.13
The *follow_symlinks* argument.

.. method:: Path.group()
Expand Down Expand Up @@ -1349,7 +1349,7 @@ call fails (for example because the path doesn't exist).
.. versionadded:: 3.12
The *case_sensitive* argument.

.. versionadded:: 3.12
.. versionadded:: 3.13
The *follow_symlinks* argument.

.. method:: Path.rmdir()
Expand Down
6 changes: 6 additions & 0 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ New Modules
Improved Modules
================

pathlib
-------

* Add *follow_symlinks* keyword-only argument to :meth:`pathlib.Path.glob` and
:meth:`~pathlib.Path.rglob`.
(Contributed by Barney Gale in :gh:`77609`.)

Optimizations
=============
Expand Down