[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

[issue13671] double comma cant be parsed in config module

2011-12-28 Thread Александр Балезин
New submission from Александр Балезин geschei...@gmail.com: In conf file: keyе_ = ,, Get next exception: File /usr/lib/python2.6/dist-packages/configobj.py, line 1230, in __init__ self._load(infile, configspec) File /usr/lib/python2.6/dist-packages/configobj.py, line 1306, in _load