Message 341941 - Python tracker

Message341941

Author eric.smith
Recipients docs@python, eric.smith
Date 2019-05-08.20:36:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557347816.05.0.714667733239.issue36858@roundup.psfhosted.org>
In-reply-to
Content
There are two problems here: what to call this feature, and where to put it.

The current f-string documentation is in Doc/reference/lexical_analysis.rst, which I'm not sure is the best place to add discussion about how this feature works. This feature is run-time behavior, and goes beyond what the lexer documentation should show.
History
Date User Action Args
2019-05-08 20:36:56eric.smithsetrecipients: + eric.smith, docs@python
2019-05-08 20:36:56eric.smithsetmessageid: <1557347816.05.0.714667733239.issue36858@roundup.psfhosted.org>
2019-05-08 20:36:55eric.smithlinkissue36858 messages
2019-05-08 20:36:55eric.smithcreate