commit | 9a4135e939bc223f592045a38e0f927ba170da32 | [log] [tgz] |
---|---|---|
author | Eric V. Smith <ericvsmith@users.noreply.github.com> | Wed May 08 16:28:48 2019 -0400 |
committer | GitHub <noreply@github.com> | Wed May 08 16:28:48 2019 -0400 |
tree | de347c6f2df801dc98b36ab5084dada335741517 | |
parent | 65d98d0f53f558d7c799098da0abf376068c15fd [diff] |
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.