Files
cpython/Parser
Eric V. Smith 6f6ff8a565 bpo-37050: Remove expr_text from FormattedValue ast node, use Constant node instead (GH-13597)
When using the "=" debug functionality of f-strings, use another Constant node (or a merged constant node) instead of adding expr_text to the FormattedValue node.
2019-05-27 15:31:52 -04:00
..
2019-04-23 18:29:57 +09:00
2016-01-26 00:40:57 +01:00