We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e966ba commit 0374a35Copy full SHA for 0374a35
Doc/library/pathlib.rst
@@ -502,7 +502,7 @@ Pure paths provide the following methods and properties:
502
503
.. versionadded:: 3.9
504
505
- .. deprecated:: 3.12
+ .. deprecated-removed:: 3.12 3.14
506
507
Passing additional arguments is deprecated; if supplied, they are joined
508
with *other*.
@@ -609,7 +609,7 @@ Pure paths provide the following methods and properties:
609
.. versionadded:: 3.12
610
The *walk_up* argument (old behavior is the same as ``walk_up=False``).
611
612
613
614
Passing additional positional arguments is deprecated; if supplied,
615
they are joined with *other*.
0 commit comments