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, ncoghlan, pmoody
Date 2015-02-05.12:52:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423140770.99.0.710527799709.issue22941@psf.upfronthosting.co.za>
In-reply-to
Content
I take it the silence means that the patch is neither obviously good nor obviously bad. :-)

It all comes down to a judgment call: is this a bug, or expected (but undocumented) behavior?

In PEP 387 lingo: Is this a "reasonable bug fix"? Or is it a "design mistake", thus calling for a FutureWarning first, and the actual change later?

    >>> ipaddress.IPv4Interface('1.2.3.4/16') + 1
    __main__:1: FutureWarning: Arithmetic on IPv4Interface objects will
    change in Python 3.6. If you rely on the current behavior, change
    'interface + n' to 'IPv4Interface(interface.ip + n, 32)'
History
Date User Action Args
2015-02-05 12:52:51kwi.dksetrecipients: + kwi.dk, ncoghlan, pmoody
2015-02-05 12:52:50kwi.dksetmessageid: <1423140770.99.0.710527799709.issue22941@psf.upfronthosting.co.za>
2015-02-05 12:52:50kwi.dklinkissue22941 messages
2015-02-05 12:52:50kwi.dkcreate