xonsh/news
Peter Ye ed213f852b
fix: string literal concatenation (#4838)
* fix: string literal concatenation

Fix string literal concatenation involving f-strings and path literals.
Raise SyntaxError when string literal concatenation is attempted between
different literal types (e.g. str and bytes).

* Add tests

Make nodes_equal() check whether the values of Constant nodes are equal.

* add news

* update nodes_equal() error msg
2022-06-18 08:34:34 +05:30
..
fix-str-literal-concat.rst fix: string literal concatenation (#4838) 2022-06-18 08:34:34 +05:30
TEMPLATE.rst single instance of string.Formatter 2018-10-20 12:22:59 -06:00