This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rluethi
Recipients rluethi
Date 2014-04-29.11:35:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398771335.62.0.997727403803.issue21386@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-04-29 11:35:35rluethisetrecipients: + rluethi
2014-04-29 11:35:35rluethisetmessageid: <1398771335.62.0.997727403803.issue21386@psf.upfronthosting.co.za>
2014-04-29 11:35:35rluethilinkissue21386 messages
2014-04-29 11:35:35rluethicreate