[issue25431] implement address in network in ipaddress module

2016-07-26 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the report and for the patch, Aleksandr. This is a duplicate of issue 20825. See also issue 27628 for a similar report. -- dependencies: -speed up ipaddress __contain__ method nosy: +berker.peksag resolution: -> duplicate stage: patch

[issue25431] implement address in network in ipaddress module

2016-03-28 Thread Aleksandr Balezin
Aleksandr Balezin added the comment: Any news? -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue25431] implement address in network in ipaddress module

2015-10-17 Thread Aleksandr Balezin
Changes by Aleksandr Balezin : -- versions: +Python 3.4, Python 3.6 ___ Python tracker ___

[issue25431] implement address in network in ipaddress module

2015-10-17 Thread Александр Балезин
New submission from Александр Балезин: Current realization of _BaseNetwork.__contains__ always returns False if other is _BaseNetwork. This patch implements proper comparison of _BaseNetwork objects. -- components: Library (Lib) files: ipaddress_contains_network.patch keywords: patch

[issue25431] implement address in network in ipaddress module

2015-10-17 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- dependencies: +speed up ipaddress __contain__ method nosy: +ncoghlan, pmoody stage: -> patch review type: -> enhancement versions: -Python 3.4, Python 3.5 ___ Python tracker