]> granicus.if.org Git - python/commit
Issue 25311: Add support for f-strings to tokenize.py. Also added some comments to...
authorEric V. Smith <eric@trueblade.com>
Mon, 26 Oct 2015 08:37:55 +0000 (04:37 -0400)
committerEric V. Smith <eric@trueblade.com>
Mon, 26 Oct 2015 08:37:55 +0000 (04:37 -0400)
commit1c8222c80a8a534bd9357aafc3fba7b6927efc15
tree32fcc8bf6c668924083e9b3aa80353e7c6e879af
parentf1c47e47514e1cf1006dc21de386af7ee25f8db5
Issue 25311: Add support for f-strings to tokenize.py. Also added some comments to explain what's happening, since it's not so obvious.
Lib/test/test_tokenize.py
Lib/tokenize.py