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

Standard Library documentation fails to mention that string.Formatter, etc. are new in Python 2.6 #51776

Closed
forestatq mannequin opened this issue Dec 16, 2009 · 4 comments
Assignees
Labels
docs Documentation in the Doc dir

Comments

@forestatq
Copy link
Mannequin

forestatq mannequin commented Dec 16, 2009

BPO 7527
Nosy @birkenfeld, @ericvsmith

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/birkenfeld'
closed_at = <Date 2009-12-19.17:31:00.896>
created_at = <Date 2009-12-16.19:14:50.324>
labels = ['docs']
title = 'Standard Library documentation fails to mention that string.Formatter, etc. are new in Python 2.6'
updated_at = <Date 2009-12-19.17:31:00.895>
user = 'https://bugs.python.org/forestatq'

bugs.python.org fields:

activity = <Date 2009-12-19.17:31:00.895>
actor = 'georg.brandl'
assignee = 'georg.brandl'
closed = True
closed_date = <Date 2009-12-19.17:31:00.896>
closer = 'georg.brandl'
components = ['Documentation']
creation = <Date 2009-12-16.19:14:50.324>
creator = 'forest_atq'
dependencies = []
files = []
hgrepos = []
issue_num = 7527
keywords = []
message_count = 4.0
messages = ['96493', '96494', '96495', '96618']
nosy_count = 3.0
nosy_names = ['georg.brandl', 'eric.smith', 'forest_atq']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue7527'
versions = []

@forestatq
Copy link
Mannequin Author

forestatq mannequin commented Dec 16, 2009

This page:

http://docs.python.org/library/string.html

... should mention that the Formatter class and any associated functions
are new in Python 2.6.

@forestatq forestatq mannequin assigned birkenfeld Dec 16, 2009
@forestatq forestatq mannequin added the docs Documentation in the Doc dir label Dec 16, 2009
@ericvsmith
Copy link
Member

8.1.2 does start with "Starting in Python 2.6", although I suppose there
could be a versionadded tag.

@forestatq
Copy link
Mannequin Author

forestatq mannequin commented Dec 16, 2009

Ah, I didn't see it there. Oh well, do what seems right.

@birkenfeld
Copy link
Member

I changed the prose into a versionadded tag in r76882.

@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
Projects
None yet
Development

No branches or pull requests

2 participants