shizmob / pydle

An IRCv3-compliant Python 3 IRC library.
BSD 3-Clause "New" or "Revised" License
154 stars 48 forks source link

Import MutableMapping from collections.abc #96

Closed Harmon758 closed 5 years ago

Harmon758 commented 5 years ago

This fixes the deprecation warning for Python 3.7 about importing ABCs from collections (Fixes #95) and provides forward compatibility with Python 3.8.