]> granicus.if.org Git - python/commit
[3.6] bpo-29104: Fixed parsing backslashes in f-strings. (GH-490) (#1812)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 25 May 2017 11:18:55 +0000 (14:18 +0300)
committerGitHub <noreply@github.com>
Thu, 25 May 2017 11:18:55 +0000 (14:18 +0300)
commit89a310264000a613b7f6abd5916946aef09ae7d2
treeec44bf0f4208d8eb69633861c5c415a40a802084
parenta2a9984a278d2ee945e91ce13e000e571794fc24
[3.6] bpo-29104: Fixed parsing backslashes in f-strings. (GH-490) (#1812)

(cherry picked from commit 0cd7a3f)
Lib/test/test_fstring.py
Misc/NEWS
Python/ast.c