Message356154
I think it would be better to use use backtick quotes for f-strings instead of the f prefix. This would stress the special nature of f-strings (they are not literals, but expressions). But there was strong opposition to using backticks anywhere in Python syntax. |
|
Date |
User |
Action |
Args |
2019-11-06 20:36:17 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, rhettinger, gregory.p.smith, steven.daprano, methane, mbussonn, pablogsal, remi.lapeyre |
2019-11-06 20:36:17 | serhiy.storchaka | set | messageid: <1573072577.73.0.72469454723.issue36906@roundup.psfhosted.org> |
2019-11-06 20:36:17 | serhiy.storchaka | link | issue36906 messages |
2019-11-06 20:36:17 | serhiy.storchaka | create | |
|