-
- Downloads
Directly import json from the standard library. (#8259)
By importing from canonicaljson the simplejson module was still being used in some situations. After this change the std lib json is consistenty used throughout Synapse.
Showing
- changelog.d/8259.misc 1 addition, 0 deletionschangelog.d/8259.misc
- synapse/api/filtering.py 1 addition, 1 deletionsynapse/api/filtering.py
- synapse/app/admin_cmd.py 1 addition, 2 deletionssynapse/app/admin_cmd.py
- synapse/util/__init__.py 1 addition, 1 deletionsynapse/util/__init__.py
- synapse/util/frozenutils.py 3 additions, 2 deletionssynapse/util/frozenutils.py
changelog.d/8259.misc
0 → 100644
Please register or sign in to comment