ssato / python-anyconfig

Python library provides common APIs to load and dump configuration files in various formats
MIT License
277 stars 31 forks source link

Access containers via collections.abc if available #111

Closed Terrance closed 5 years ago

Terrance commented 5 years ago

Python 3.7 warns of their removal in Python 3.8:

>>> anyconfig.utils.collections.Iterable
__main__:1: DeprecationWarning: Using or importing the ABCs from
'collections' instead of from 'collections.abc' is deprecated, and
in 3.8 it will stop working
ssato commented 5 years ago

Thanks a lot! Good catch. LGTM and merged.