Nick Coghlan added the comment:

The docs patch doesn't look quite right - Peter, did you mean to copy the 
"is_private" docs before modifying them?

As far as caching goes, perhaps we can just drop functools.lru_cache into the 
relevant property implementations?

    @property
    @lru_cache()
    def is_global(self):
        """Test if this address is allocated for public networks."""

(also in copying that example method header, I noticed the docstring for the 
IPv4 is_global currently still says "private" instead of "public")

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17400>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to