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 <rep...@bugs.python.org>
<http://bugs.python.org/issue21386>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to