[issue17400] ipaddress should make it easy to identify rfc6598 addresses

Antoine Pitrou report at bugs.python.org
Tue Oct 22 17:21:49 CEST 2013


Antoine Pitrou added the comment:

Sorry for chiming in a bit late, but what's the rationale for including 100.64.0.0/10 in the "is_private" set, rather than *only* excluding it from the "is_global" set?

The rationale for RFC 6598 is precisely that 100.64.0.0/10 is *not* private in the common sense, so it would deserve a different treatment in the ipaddress module as well.

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list