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 louielu
Recipients Ilya.Kulakov, eric.smith, louielu, pmoody
Date 2017-03-25.11:37:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490441863.34.0.974381768714.issue29890@psf.upfronthosting.co.za>
In-reply-to
Content
Add unittest. Since IPv6 do not support prefix netmask ('ffff:ff00::'), it have only test like this:

>>> a = ipaddress.ip_interface(('dead:beaf::', '32'))
>>> b = ipaddress.ip_interface('dead:beaf::/32')
>>> str(a) == str(b)
History
Date User Action Args
2017-03-25 11:37:43louielusetrecipients: + louielu, eric.smith, pmoody, Ilya.Kulakov
2017-03-25 11:37:43louielusetmessageid: <1490441863.34.0.974381768714.issue29890@psf.upfronthosting.co.za>
2017-03-25 11:37:43louielulinkissue29890 messages
2017-03-25 11:37:43louielucreate