Closed
Description
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/ericvsmith'
closed_at = None
created_at = <Date 2020-07-27.16:31:32.992>
labels = ['type-feature', '3.8', '3.9', '3.10', 'docs']
title = 'Improve and consolidate f-strings docs'
updated_at = <Date 2021-05-02.20:18:53.236>
user = 'https://github.com/ezio-melotti'
bugs.python.org fields:
activity = <Date 2021-05-02.20:18:53.236>
actor = 'rhettinger'
assignee = 'eric.smith'
closed = False
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2020-07-27.16:31:32.992>
creator = 'ezio.melotti'
dependencies = []
files = []
hgrepos = []
issue_num = 41411
keywords = ['patch']
message_count = 12.0
messages = ['374398', '374400', '374402', '374475', '374489', '374508', '374597', '374613', '374913', '376330', '392715', '392721']
nosy_count = 7.0
nosy_names = ['gvanrossum', 'rhettinger', 'eric.smith', 'ezio.melotti', 'docs@python', 'sblondon', 'amaajemyfren']
pr_nums = ['21552', '21681']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue41411'
versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']
Linked PRs
- [3.13] gh-85583: Add f-string index in tutorial/inputoutput.rst (GH-21681) #126191
- [3.12] gh-85583: Add f-string index in tutorial/inputoutput.rst (GH-21681) #126192
- gh-85583: Add overview of formatted string literals (f-strings) to
str
#132689 - [3.13] gh-85583: Add an overview of formatted string literals (f-strings) to
str
(GH-132689) #132767