This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Pathlib docs fail to mention with_name, with_suffix
Type: behavior Stage: resolved
Components: Documentation Versions: Python 3.4, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: pitrou Nosy List: Antony.Lee, docs@python, pitrou, python-dev
Priority: normal Keywords:

Created on 2014-02-25 04:37 by Antony.Lee, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (4)
msg212160 - (view) Author: Antony Lee (Antony.Lee) * Date: 2014-02-25 04:37
I actually thought that Path.with_{name,suffix} had been removed before 3.4 when I didn't find them in the official docs...
msg212172 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2014-02-25 12:09
Interesting. According to the Mercurial logs, they were never actually documented...
msg212203 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-02-25 19:33
New changeset 879861161b84 by Antoine Pitrou in branch 'default':
Issue #20765: Add missing documentation for PurePath.with_name() and PurePath.with_suffix().
http://hg.python.org/cpython/rev/879861161b84
msg212204 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2014-02-25 19:33
I've now added the missing doc entries. Thanks for reporting!
History
Date User Action Args
2022-04-11 14:57:59adminsetgithub: 64964
2014-02-25 19:33:44pitrousetstatus: open -> closed
versions: + Python 3.5
type: behavior
messages: + msg212204

resolution: fixed
stage: resolved
2014-02-25 19:33:09python-devsetnosy: + python-dev
messages: + msg212203
2014-02-25 12:09:53pitrousetassignee: docs@python -> pitrou
messages: + msg212172
2014-02-25 05:52:08yselivanovsetnosy: + pitrou
2014-02-25 04:37:53Antony.Leecreate