[New-bugs-announce] [issue21386] ipaddress.IPv4Address.is_global not implemented

Roger Luethi report at bugs.python.org
Tue Apr 29 13:35:35 CEST 2014


New submission from Roger Luethi:

Lib/ipaddress.py does not implement is_global for IPv4Address, in contrast to the documentation which states for IPv4Address.is_global: "True if the address is allocated for public networks."

A patch like the one attached to this report should fix that.

----------
components: Library (Lib)
files: ipv4addr_global.diff
keywords: patch
messages: 217511
nosy: rluethi
priority: normal
severity: normal
status: open
title: ipaddress.IPv4Address.is_global not implemented
versions: Python 3.4, Python 3.5
Added file: http://bugs.python.org/file35092/ipv4addr_global.diff

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


More information about the New-bugs-announce mailing list