diff options
| author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2024-10-15 19:29:35 (GMT) |
|---|---|---|
| committer | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2024-10-15 19:34:54 (GMT) |
| commit | 8cdaca8b25e3354530d66cbccc622e0e914e8e8a (patch) | |
| tree | 569f57edf7b734105549a331020eb14f73347240 /Doc/library/pathlib.rst | |
| parent | 3ea488aac44887a7cdb30be69580c81a0ca6afe2 (diff) | |
| download | cpython-3.14.0a1.zip cpython-3.14.0a1.tar.gz cpython-3.14.0a1.tar.bz2 | |
Python 3.14.0a1v3.14.0a1
Diffstat (limited to 'Doc/library/pathlib.rst')
| -rw-r--r-- | Doc/library/pathlib.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/pathlib.rst b/Doc/library/pathlib.rst index 30d0d38..4380122 100644 --- a/Doc/library/pathlib.rst +++ b/Doc/library/pathlib.rst @@ -1563,7 +1563,7 @@ Copying, moving and deleting This argument has no effect when copying files on Windows (where metadata is always preserved). - .. versionadded:: next + .. versionadded:: 3.14 .. method:: Path.copy_into(target_dir, *, follow_symlinks=True, \ @@ -1574,7 +1574,7 @@ Copying, moving and deleting :meth:`Path.copy`. Returns a new :class:`!Path` instance pointing to the copy. - .. versionadded:: next + .. versionadded:: 3.14 .. method:: Path.rename(target) |
