bpo-36817: Add f-string debugging using '='. (GH-13123)
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.
E
Eric V. Smith committed
9a4135e939bc223f592045a38e0f927ba170da32
Parent: 65d98d0
Committed by GitHub <noreply@github.com>
on 5/8/2019, 8:28:48 PM