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 kwi.dk
Recipients kwi.dk
Date 2014-11-25.16:51:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416934306.31.0.530171442243.issue22941@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed implementation patch attached. If this has any interest, I'll look into expanding the patch to include documentation and unit tests.

Resulting behavior:
>>> import ipaddress
>>> ipaddress.IPv4Interface('10.0.0.1/8') + 1
IPv4Interface('10.0.0.2/8')
>>> ipaddress.IPv6Interface('fd00::1/64') + 1
IPv6Interface('fd00::2/64')
History
Date User Action Args
2014-11-25 16:51:46kwi.dksetrecipients: + kwi.dk
2014-11-25 16:51:46kwi.dksetmessageid: <1416934306.31.0.530171442243.issue22941@psf.upfronthosting.co.za>
2014-11-25 16:51:46kwi.dklinkissue22941 messages
2014-11-25 16:51:46kwi.dkcreate