Skip to content

Commit

Permalink
bpo-39906: Document new follow_symlinks argument to pathlib.Path.stat…
Browse files Browse the repository at this point in the history
…() and chmod() in 3.10 whatsnew. (GH-26089)

(cherry picked from commit 366c69f)

Co-authored-by: Barney Gale <[email protected]>
  • Loading branch information
miss-islington and barneygale authored May 13, 2021
1 parent 7cbe6ca commit 2d972b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Doc/whatsnew/3.10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1104,6 +1104,11 @@ supersedes :meth:`~pathlib.Path.link_to`. The new method has the same argument
order as :meth:`~pathlib.Path.symlink_to`.
(Contributed by Barney Gale in :issue:`39950`.)
:meth:`pathlib.Path.stat` and :meth:`~pathlib.Path.chmod` now accept a
*follow_symlinks* keyword-only argument for consistency with corresponding
functions in the :mod:`os` module.
(Contributed by Barney Gale in :issue:`39906`.)
platform
--------
Expand Down

0 comments on commit 2d972b8

Please sign in to comment.