Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python-IPy - Python module for handling IPv4 and IPv6 Addresses and Networks
- Description:
IPy is a Python module for handling IPv4 and IPv6 Addresses and Networks
in a fashion similar to perl's Net::IP and friends. The IP class allows
a comfortable parsing and handling for most notations in use for IPv4
and IPv6 Addresses and Networks.
Packages
python-IPy-0.70-1.el4.noarch
[32 KiB] |
Changelog
by Matt Domsch (2010-01-10):
- Version 0.70 (2009-10-29)
* New "major" version because it may break compatibility
* Fix __cmp__(): IP('0.0.0.0/0') and IP('0.0.0.0') are not equal
* Fix IP.net() of the network "::/0": "::" instead of "0.0.0.0".
IPy 0.63 should fix this bug, but it wasn't.
|