zopefoundation / zope.annotation

Mechanism for storing additional information about objects without modifying their classes
Other
1 stars 8 forks source link

DeprecationWarning about collections #16

Closed jamadden closed 6 years ago

jamadden commented 6 years ago
zope/annotation/attribute.py:16: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
  from collections import MutableMapping as DictMixin