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

Christian Heimes report at bugs.python.org
Tue Oct 22 00:33:05 CEST 2013


Christian Heimes added the comment:

About 2e8dd5c240b7
It might be a good idea to cache the two lists in a class or module variable in order to speed things up. It might also be a good idea to move the most common networks like 192.168.0.0/16 to the top of the list.

----------

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


More information about the Python-bugs-list mailing list