issues
search
runtheops
/
ssm-diff
A human-friendly way of managing parameters in AWS SSM
MIT License
46
stars
25
forks
source link
MutableMapping is now under collections.abc
#32
Open
apicht
opened
9 months ago
apicht
commented
9 months ago
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
Changes
What
collections.abc
forMutableMapping
Why
Areas of concern
Relevant Links