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 serhiy.storchaka
Recipients christian.heimes, eric.smith, ewosborne, ncoghlan, serhiy.storchaka
Date 2018-02-12.13:46:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518443173.12.0.467229070634.issue32820@psf.upfronthosting.co.za>
In-reply-to
Content
I wouldn't say that "0b00000000000000010000110110111000100001011010001100000000000000000000000000000000100010100010111000000011011100000111001100110100" is a very human readable. For more readability it is better to group digits by 4 or 8, and why not use hexadecimal then?

In any case the application of this feature looks pretty narrow to me. And since it can be implemented as a one-line function, I think it shouldn't be added in the stdlib. The ipaddress classes are already complex.
History
Date User Action Args
2018-02-12 13:46:13serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, eric.smith, christian.heimes, ewosborne
2018-02-12 13:46:13serhiy.storchakasetmessageid: <1518443173.12.0.467229070634.issue32820@psf.upfronthosting.co.za>
2018-02-12 13:46:13serhiy.storchakalinkissue32820 messages
2018-02-12 13:46:13serhiy.storchakacreate