]> granicus.if.org Git - python/commit
Additionally show that a backslash-escaped opening brace is treated as a literal...
authorJason R. Coombs <jaraco@jaraco.com>
Sun, 6 Nov 2016 16:14:48 +0000 (11:14 -0500)
committerJason R. Coombs <jaraco@jaraco.com>
Sun, 6 Nov 2016 16:14:48 +0000 (11:14 -0500)
commitda25abf7121d8fb330da51f9bca8847be05f56f8
tree149830e51bbe2a0255002303d22619c8285b30f5
parent45cab8ccdd8577e3653ec80a3cb416fd9608f2ef
Additionally show that a backslash-escaped opening brace is treated as a literal and thus triggers the single closing brace error, clarifying #28590.
Lib/test/test_fstring.py