]> 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:12:02 +0000 (22:12 -0700)
committerGitHub <noreply@github.com>
Tue, 2 Oct 2018 05:12:02 +0000 (22:12 -0700)
commitcd4dd9374d0fc65b070a61871801d306090f8375
tree9034d7032562fa739ea857b15343758a730df793
parent27d7f93f633f0163b96d0a95e312f0eb5615abfd
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