Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pathlib docs fail to mention with_name, with_suffix #64964

Closed
anntzer mannequin opened this issue Feb 25, 2014 · 4 comments
Closed

Pathlib docs fail to mention with_name, with_suffix #64964

anntzer mannequin opened this issue Feb 25, 2014 · 4 comments
Assignees
Labels
docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error

Comments

@anntzer
Copy link
Mannequin

anntzer mannequin commented Feb 25, 2014

BPO 20765
Nosy @pitrou, @anntzer

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/pitrou'
closed_at = <Date 2014-02-25.19:33:44.828>
created_at = <Date 2014-02-25.04:37:53.897>
labels = ['type-bug', 'docs']
title = 'Pathlib docs fail to mention with_name, with_suffix'
updated_at = <Date 2014-02-25.19:33:44.826>
user = 'https://github.com/anntzer'

bugs.python.org fields:

activity = <Date 2014-02-25.19:33:44.826>
actor = 'pitrou'
assignee = 'pitrou'
closed = True
closed_date = <Date 2014-02-25.19:33:44.828>
closer = 'pitrou'
components = ['Documentation']
creation = <Date 2014-02-25.04:37:53.897>
creator = 'Antony.Lee'
dependencies = []
files = []
hgrepos = []
issue_num = 20765
keywords = []
message_count = 4.0
messages = ['212160', '212172', '212203', '212204']
nosy_count = 4.0
nosy_names = ['pitrou', 'docs@python', 'python-dev', 'Antony.Lee']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue20765'
versions = ['Python 3.4', 'Python 3.5']

@anntzer
Copy link
Mannequin Author

anntzer mannequin commented Feb 25, 2014

I actually thought that Path.with_{name,suffix} had been removed before 3.4 when I didn't find them in the official docs...

@anntzer anntzer mannequin assigned docspython Feb 25, 2014
@anntzer anntzer mannequin added the docs Documentation in the Doc dir label Feb 25, 2014
@pitrou
Copy link
Member

pitrou commented Feb 25, 2014

Interesting. According to the Mercurial logs, they were never actually documented...

@pitrou pitrou assigned pitrou and unassigned docspython Feb 25, 2014
@python-dev
Copy link
Mannequin

python-dev mannequin commented Feb 25, 2014

New changeset 879861161b84 by Antoine Pitrou in branch 'default':
Issue bpo-20765: Add missing documentation for PurePath.with_name() and PurePath.with_suffix().
http://hg.python.org/cpython/rev/879861161b84

@pitrou
Copy link
Member

pitrou commented Feb 25, 2014

I've now added the missing doc entries. Thanks for reporting!

@pitrou pitrou closed this as completed Feb 25, 2014
@pitrou pitrou added the type-bug An unexpected behavior, bug, or error label Feb 25, 2014
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant