[New-bugs-announce] [issue25431] implement address in network in ipaddress module

Александр Балезин report at bugs.python.org
Sat Oct 17 15:38:12 CEST 2015


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
messages: 253128
nosy: Александр.Балезин
priority: normal
severity: normal
status: open
title: implement address in network in ipaddress module
versions: Python 3.5
Added file: http://bugs.python.org/file40802/ipaddress_contains_network.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25431>
_______________________________________


More information about the New-bugs-announce mailing list