mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
9a4135e939
If a "=" is specified a the end of an f-string expression, the f-string will evaluate to the text of the expression, followed by '=', followed by the repr of the value of the expression.
Miscellaneous source files for the main Python shared library