New submission from Josh Rosenberg:

It looks like, due to #16722, in #15559, __index__ was removed from ipaddress 
objects. #16722 was fixed a few months later, but the comments asking for it to 
be readded were put on a closed issue, so no one noticed.

Can __index__ support be readded now? Should be as simple as undoing 
https://hg.python.org/cpython/rev/5abea8a43f19 (probably manually, assuming the 
subsequent history would make a direct rollback nonfeasible).

Nosying the folks involved in fixing the original bugs.

----------
messages: 281384
nosy: benjamin.peterson, josh.r, ncoghlan
priority: normal
severity: normal
status: open
title: Readd __index__ support on ipaddress objects
versions: Python 3.4, Python 3.5, Python 3.6, Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28767>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to