jazzband / geojson

Python bindings and utilities for GeoJSON
https://pypi.python.org/pypi/geojson/
BSD 3-Clause "New" or "Revised" License
913 stars 121 forks source link

Remove encoding parameter from json.load for Python 3.9 compatibility. #151

Closed tirkarthi closed 4 years ago

tirkarthi commented 4 years ago

Fixes #150

tirkarthi commented 4 years ago

Thanks @rayrrr . As noted in the original CPython bug this parameter was ignored for a long time and hence having it or not having it had no effect.