mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
2 lines
133 B
ReStructuredText
2 lines
133 B
ReStructuredText
Fixed an assert where an f-string has an equal sign '=' following an
|
|
expression, but there's no trailing brace. For example, f"{i=".
|