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 Rosuav
Recipients Rosuav, eric.smith, georg.brandl
Date 2016-08-19.13:52:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471614752.9.0.329806606266.issue27080@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm, strange. Comma formatting never seems to have had tests added. So I've added a couple of simple tests of comma formatting at the same time as adding underscore formatting tests. Also, test_long.py currently has a comment "# octal" preceding a bunch of tests of *binary* formatting, and no tests of octal. So I've added those too.

In any case, here's a patch with full functionality and tests.
History
Date User Action Args
2016-08-19 13:52:32Rosuavsetrecipients: + Rosuav, georg.brandl, eric.smith
2016-08-19 13:52:32Rosuavsetmessageid: <1471614752.9.0.329806606266.issue27080@psf.upfronthosting.co.za>
2016-08-19 13:52:32Rosuavlinkissue27080 messages
2016-08-19 13:52:32Rosuavcreate