]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue 25180: Fix Tools/parser/unparse.py for f-strings. Patch by Martin Panter.
authorEric V. Smith <eric@trueblade.com>
Sun, 20 Sep 2015 19:09:15 +0000 (15:09 -0400)
committerEric V. Smith <eric@trueblade.com>
Sun, 20 Sep 2015 19:09:15 +0000 (15:09 -0400)
commit608adf9c827a14795c21a14aef98b90a94eac287
tree3a2a78d4bb08e0afda9db7839ff76e0f5cb4fdb7
parent57b657931510957dad240d2d35243a8a7cef20c5
Issue 25180: Fix Tools/parser/unparse.py for f-strings. Patch by Martin Panter.
Lib/test/test_tools/test_unparse.py
Tools/parser/unparse.py