Issue 25431: implement address in network in ipaddress module (original) (raw)
Issue25431
Created on 2015-10-17 13:38 by gescheit, last changed 2022-04-11 14:58 by admin. This issue is now closed.
Files | |||
---|---|---|---|
File name | Uploaded | Description | Edit |
ipaddress_contains_network.patch | gescheit,2015-10-17 13:38 |
Messages (3) | ||
---|---|---|
msg253128 - (view) | Author: Aleksandr Balezin (gescheit) * | Date: 2015-10-17 13:38 |
Current realization of _BaseNetwork.__contains__ always returns False if other is _BaseNetwork. This patch implements proper comparison of _BaseNetwork objects. | ||
msg262580 - (view) | Author: Aleksandr Balezin (gescheit) * | Date: 2016-03-28 19:39 |
Any news? | ||
msg271407 - (view) | Author: Berker Peksag (berker.peksag) * ![]() |
Date: 2016-07-26 19:00 |
Thanks for the report and for the patch, Aleksandr. This is a duplicate of issue 20825. See also issue 27628 for a similar report. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:22 | admin | set | github: 69617 |
2016-07-26 19:00:29 | berker.peksag | set | status: open -> closeddependencies: - speed up ipaddress __contain__ methodsuperseder: containment test for "ip_network in ip_network"nosy: + berker.peksagmessages: + resolution: duplicatestage: patch review -> resolved |
2016-03-28 19:39:01 | gescheit | set | messages: + |
2015-10-17 18:00:13 | serhiy.storchaka | set | versions: - Python 3.4, Python 3.5nosy: + ncoghlan, pmoodydependencies: + speed up ipaddress __contain__ methodtype: enhancementstage: patch review |
2015-10-17 16:44:58 | gescheit | set | versions: + Python 3.4, Python 3.6 |
2015-10-17 13:38:12 | gescheit | create |