This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benjamin.peterson
Recipients benjamin.peterson
Date 2018-10-02.04:10:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538453459.12.0.545547206417.issue34868@psf.upfronthosting.co.za>
In-reply-to
Content
>>> format(34, '_n')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ValueError: Cannot specify ',' with 'n'.

Why is it talking about ","?
History
Date User Action Args
2018-10-02 04:10:59benjamin.petersonsetrecipients: + benjamin.peterson
2018-10-02 04:10:59benjamin.petersonsetmessageid: <1538453459.12.0.545547206417.issue34868@psf.upfronthosting.co.za>
2018-10-02 04:10:59benjamin.petersonlinkissue34868 messages
2018-10-02 04:10:58benjamin.petersoncreate