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 eric.smith
Recipients eric.smith, ewosborne
Date 2018-02-11.23:21:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518391307.75.0.467229070634.issue32820@psf.upfronthosting.co.za>
In-reply-to
Content
Without commenting on how useful or desirable this would be, I'll point out the string can be computed as:

return f'{int(self):#0{IPV4LENGTH+2}b}'
History
Date User Action Args
2018-02-11 23:21:47eric.smithsetrecipients: + eric.smith, ewosborne
2018-02-11 23:21:47eric.smithsetmessageid: <1518391307.75.0.467229070634.issue32820@psf.upfronthosting.co.za>
2018-02-11 23:21:47eric.smithlinkissue32820 messages
2018-02-11 23:21:47eric.smithcreate