Skip to content

Commit cfae2d4

Browse files
y0urselfbarneygale
andcommitted
Apply suggestions from code review
Co-authored-by: Barney Gale <barney.gale@gmail.com>
1 parent 06aebeb commit cfae2d4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Doc/library/pathlib.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,8 @@ call fails (for example because the path doesn't exist).
778778

779779
.. availability:: Unix.
780780

781+
.. versionadded:: 3.12
782+
781783

782784
.. method:: Path.exists()
783785

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Add :func:`pathlib.Path.chown` to :class:`pathlib.Path`. Patch by Jaspar Stach.
1+
Add :meth:`pathlib.Path.chown` method that changes file ownership.
2+
Patch by Jaspar Stach.

0 commit comments

Comments
 (0)