autocracy / python-ipy

IPy are a Python class and tools for handling of IPv4 and IPv6 addresses and networks. It is similar to Net::IP Perl module.
Other
560 stars 176 forks source link

Deprecation warning in Python 3.7 #62

Closed icemac closed 4 years ago

icemac commented 5 years ago

IPy-1.0-py3.7.egg/IPy.py:1025: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working class IPSet(collections.MutableSet):