]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
closes bpo-34868: Improve error message with '_' is combined with an invalid type...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 2 Oct 2018 05:18:13 +0000 (22:18 -0700)
committerGitHub <noreply@github.com>
Tue, 2 Oct 2018 05:18:13 +0000 (22:18 -0700)
commit7455bf46a222780805fd0375328f5732e5bbb684
tree3ce603b11cc09898d24a490e0d82cdb11ddc1136
parent56c102596f01ecbbe5cca6339d2ae16695b083ff
closes bpo-34868: Improve error message with '_' is combined with an invalid type specifier. (GH-9666)

(cherry picked from commit cbda8fc5d76b10bcbb92d927537576c229143836)

Co-authored-by: Benjamin Peterson <benjamin@python.org>
Lib/test/test_long.py
Python/formatter_unicode.c