Skip to content
Merged
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
Next Next commit
Make deprecation notices uniform.
  • Loading branch information
barneygale committed Nov 25, 2022
commit 6e966baa484594ab6199aab3de9f0622635ba239
8 changes: 4 additions & 4 deletions Doc/library/pathlib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -504,8 +504,8 @@ Pure paths provide the following methods and properties:

.. deprecated:: 3.12
Comment thread
barneygale marked this conversation as resolved.
Outdated

Support for supplying additional arguments is deprecated; if supplied,
they are joined with *other*.
Passing additional arguments is deprecated; if supplied, they are joined
with *other*.

.. method:: PurePath.is_reserved()

Expand Down Expand Up @@ -611,8 +611,8 @@ Pure paths provide the following methods and properties:

.. deprecated:: 3.12
Comment thread
barneygale marked this conversation as resolved.
Outdated

Passing additional arguments is deprecated; if supplied, they are joined
with *other*.
Passing additional positional arguments is deprecated; if supplied,
they are joined with *other*.

.. method:: PurePath.with_name(name)

Expand Down