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 ewosborne
Recipients ewosborne
Date 2018-02-11.15:45:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518363954.67.0.467229070634.issue32820@psf.upfronthosting.co.za>
In-reply-to
Content
This issue adds two things to the ipaddress lib:

* an __index__ method to allow bin(), oct(), hex() to work
* a property method to get the fully padded (32-bit or 128-bit) address as a string
History
Date User Action Args
2018-02-11 15:45:54ewosbornesetrecipients: + ewosborne
2018-02-11 15:45:54ewosbornesetmessageid: <1518363954.67.0.467229070634.issue32820@psf.upfronthosting.co.za>
2018-02-11 15:45:54ewosbornelinkissue32820 messages
2018-02-11 15:45:54ewosbornecreate