New submission from Benjamin Peterson <benja...@python.org>:
>>> format(34, '_n') Traceback (most recent call last): File "<stdin>", line 1, in <module> ValueError: Cannot specify ',' with 'n'. Why is it talking about ","? ---------- components: Interpreter Core messages: 326848 nosy: benjamin.peterson priority: normal severity: normal status: open title: bad error message when combining _ grouping specifier with invalid type versions: Python 3.6, Python 3.7, Python 3.8 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue34868> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com