[issue14814] Implement PEP 3144 (the ipaddress module)

Hynek Schlawack report at bugs.python.org
Wed May 23 22:43:19 CEST 2012


Hynek Schlawack <hs at ox.cx> added the comment:

A small bikeshed as it’s a new module: 

- there’s only one free line before _collapse_addresses_recursive, _get_prefix_length and _count_righthand_zero_bits.
- class IPv6Address docstring has a \n too much
- ip_interface, v4_int_to_packed, v6_int_to_packed are missing an empty line at the end of the docstring
- the doctstring of _BaseNetwork.hosts is indented
- does it make sense to have a shebang in a library?

Just wanted to make it even more shiny. :)

----------
nosy: +hynek

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


More information about the Python-bugs-list mailing list