-
Notifications
You must be signed in to change notification settings - Fork 23
Closed as not planned
Description
Closing because this repo is abandoned in favor of https://github.com/Marco-Sulla/python-frozendict
Hi! FYI, the following line is emitting deprecation warnings, and will break on Python 3.8:
python-frozendict/frozendict/__init__.py
Line 16 in c5d16ba
class frozendict(collections.Mapping): |
That's because all of the abstract base classes have been moved from collections
in Python 2, to collections.abc
in Python 3. The warning was added in python/cpython#5460. Could you try to import from collections.abc
and fall back to the existing style?
hugovk and iago-lito
Metadata
Metadata
Assignees
Labels
No labels