zopefoundation / transaction

Generic transaction implementation for Python.
Other
70 stars 31 forks source link

DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working #69

Closed mgedmin closed 6 years ago

mgedmin commented 6 years ago

I've noticed this in passing

.../.tox/py37/lib/python3.7/site-packages/transaction/_compat.py:48: 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

We should probably fix it.

jamadden commented 6 years ago

It was fixed in https://github.com/zopefoundation/transaction/commit/a04ef4b51fba352435d061bd4673bbcc5df299b3#diff-c9c16e4331725523e2264c284f39734f (#67), just not released yet.

jamadden commented 6 years ago

2.3.0 has been released to PyPI.