Skip to content

Conversation

@DimitriPapadopoulos
Copy link
Contributor

@DimitriPapadopoulos DimitriPapadopoulos commented Sep 15, 2021

Cannot keep Python 2 compatibility because of exception handling:

  • Python 2: except jsonparser.JSONException, e:
  • Python 3: except jsonparser.JSONException as e:

@LB-- LB-- added this to the v1.2.0 milestone Oct 30, 2021
Cannot keep Python 2 compatibility because of exception handling:
	Python 2: except jsonparser.JSONException, e:
	Python 3: except jsonparser.JSONException as e:
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.

2 participants