dmeranda / demjson

Python module for JSON data encoding, including jsonlint. See the project Wiki here on Github. Also read the README at the bottom of this page, or the project homepage at
http://deron.meranda.us/python/demjson/
Other
302 stars 76 forks source link

Compatibility with Python 3.9. #34

Open thmo opened 4 years ago

thmo commented 4 years ago

In Python 3.9+, the ABCs have to be imported from 'collections.abc' instead of from 'collections'.

Fixes #33.