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 python-dev
Recipients georg.brandl, ncoghlan, pmoody, python-dev
Date 2012-08-05.08:20:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3WqZgQ67MczPkY@mail.python.org>
In-reply-to
Content
New changeset 5abea8a43f19 by Nick Coghlan in branch 'default':
Close #15559: Implementing __index__ creates a nasty interaction with the bytes constructor. At least for 3.3, ipaddress objects must now be explicitly converted with int() and thus can't be passed directly to the hex() builtin.
http://hg.python.org/cpython/rev/5abea8a43f19
History
Date User Action Args
2012-08-05 08:20:36python-devsetrecipients: + python-dev, georg.brandl, ncoghlan, pmoody
2012-08-05 08:20:35python-devlinkissue15559 messages
2012-08-05 08:20:35python-devcreate