Message231671
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') |
|
Date |
User |
Action |
Args |
2014-11-25 16:51:46 | kwi.dk | set | recipients:
+ kwi.dk |
2014-11-25 16:51:46 | kwi.dk | set | messageid: <1416934306.31.0.530171442243.issue22941@psf.upfronthosting.co.za> |
2014-11-25 16:51:46 | kwi.dk | link | issue22941 messages |
2014-11-25 16:51:46 | kwi.dk | create | |
|