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

Importing ABC directly from collections module was removed in Python 3.9 #33

Open tirkarthi opened 4 years ago

tirkarthi commented 4 years ago

https://bugzilla.redhat.com/show_bug.cgi?id=1792921

https://github.com/dmeranda/demjson/blob/5bc65974e7141746acc88c581f5d2dfb8ea14064/test/test_demjson.py#L118

Thanks for the library!