Issue36858
Created on 2019-05-08 20:36 by eric.smith, last changed 2022-04-11 14:59 by admin.
| Messages (4) | |||
|---|---|---|---|
| msg341941 - (view) | Author: Eric V. Smith (eric.smith) * ![]() |
Date: 2019-05-08 20:36 | |
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. |
|||
| msg342018 - (view) | Author: Mariatta (Mariatta) * ![]() |
Date: 2019-05-10 00:22 | |
Related issue where the '=' debug mode was implemented: https://bugs.python.org/issue36817 |
|||
| msg342082 - (view) | Author: Mariatta (Mariatta) * ![]() |
Date: 2019-05-10 17:26 | |
Perhaps it can be added under Tutorial? https://docs.python.org/3/tutorial/inputoutput.html#formatted-string-literals |
|||
| msg350101 - (view) | Author: sushma (syadlapalli) * | Date: 2019-08-21 18:19 | |
Hello, I'd like to work on this and will take a look. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:14 | admin | set | github: 81039 |
| 2019-08-21 18:19:36 | syadlapalli | set | nosy:
+ syadlapalli messages: + msg350101 |
| 2019-05-10 17:26:34 | Mariatta | set | messages: + msg342082 |
| 2019-05-10 00:22:58 | Mariatta | set | nosy:
+ Mariatta messages:
+ msg342018 |
| 2019-05-08 20:36:56 | eric.smith | create | |
