]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue 27948: Allow backslashes in the literal string portion of f-strings, but not...
authorEric V. Smith <eric@trueblade.com>
Sat, 10 Sep 2016 01:56:20 +0000 (21:56 -0400)
committerEric V. Smith <eric@trueblade.com>
Sat, 10 Sep 2016 01:56:20 +0000 (21:56 -0400)
commit451d0e38fcf50d976236d7d00ccfe8c1a2305086
tree29e15833e76714f8f0f8b906871b82c8c1a42967
parent052828db1538bf0d42d7e256da13c6e183974a13
Issue 27948: Allow backslashes in the literal string portion of f-strings, but not in the expressions. Also, require expressions to begin and end with literal curly braces.
Lib/http/client.py
Lib/test/libregrtest/save_env.py
Lib/test/test_faulthandler.py
Lib/test/test_fstring.py
Lib/test/test_tools/test_unparse.py
Lib/test/test_traceback.py
Lib/traceback.py
Misc/NEWS
Python/ast.c