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 Another One
Recipients Another One, eric.smith
Date 2020-02-06.15:12:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581001943.66.0.777128133.issue39568@roundup.psfhosted.org>
In-reply-to
Content
Not for 3 bits, just for 4 bits, like this:
>>> print("{:_b}".format(123456))
1_1110_0010_0100_0000

And as I already said: "But '_' groups delimiter properly work with any integer representation including decimals, hexadecimals, binaries, octals, etc.." Not only for binaries.
Why comma delimiter is not?
Logic must be the same. Simple use the one procedure for '_' delimiter with permit comma as parameter, instead of two different logic.
History
Date User Action Args
2020-02-06 15:12:23Another Onesetrecipients: + Another One, eric.smith
2020-02-06 15:12:23Another Onesetmessageid: <1581001943.66.0.777128133.issue39568@roundup.psfhosted.org>
2020-02-06 15:12:23Another Onelinkissue39568 messages
2020-02-06 15:12:23Another Onecreate