ssm-diff icon indicating copy to clipboard operation
ssm-diff copied to clipboard

MutableMapping is now under collections.abc

Open apicht opened this issue 1 year ago • 0 comments

Changes

What

  • Import collections.abc for MutableMapping

Why

  • Class moved as of Python 3.3
  • Fixes #31

Areas of concern

  • Likely breaks compatibility with Python < 3.3

Relevant Links

  • https://docs.python.org/3.11/library/collections.abc.html#collections.abc.MutableMapping
  • https://github.com/runtheops/ssm-diff/issues/31

apicht avatar Feb 23 '24 19:02 apicht