]> granicus.if.org Git - python/commit
Closes issue 27921: Disallow backslashes anywhere in f-strings. This is a temporary...
authorEric V. Smith <eric@trueblade.com>
Sat, 3 Sep 2016 13:18:34 +0000 (09:18 -0400)
committerEric V. Smith <eric@trueblade.com>
Sat, 3 Sep 2016 13:18:34 +0000 (09:18 -0400)
commit6a4efce7a50f1339dd67f892cc8746f5c1047ada
treedf1a4793f118436be8c701762579f7c716d1d2af
parent3b09cd64e0a7991bcb6d3f83a0a23be2fc81213f
Closes issue 27921: Disallow backslashes anywhere in f-strings. This is a temporary restriction. In 3.6 beta 2, the plan is to again allow backslashes in the string parts of f-strings, but disallow them in the expression parts.
Lib/test/libregrtest/save_env.py
Lib/test/test_fstring.py
Lib/test/test_tools/test_unparse.py
Lib/traceback.py
Misc/NEWS
Python/ast.c