Skip to content

Conversation

@yajo
Copy link
Contributor

@yajo yajo commented Dec 16, 2019

As you can see in https://docs.python.org/3/library/json.html#json.JSONDecodeError this exception was added in Python 3.5.

Having to require simplejson just for the exception seems a bit too much for the job. It's easier to handle that ImportError separately and still allow the native json module to work.

As you can see in https://docs.python.org/3/library/json.html#json.JSONDecodeError this exception was added in Python 3.5.

Having to require `simplejson` just for the exception seems a bit too much for the job. It's easier to handle that `ImportError` separately and still allow the native `json` module to work.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant