MatrixSynapse/synapse/app
Eric Eastwood 77cda342be `traceback.format_exception(...)` usage that is compatible with Python 3.7 and 3.11 (#15599)
* Usage that is compatible with Python 3.8 and 3.11

> Since Python 3.10, instead of passing value and tb, an exception object can
  be passed as the first argument. If value and tb are provided, the first
  argument is ignored in order to provide backwards compatibility.
>
> -- https://docs.python.org/3/library/traceback.html

* Add changelog
2023-05-16 12:33:18 -05:00
..
__init__.py
_base.py `traceback.format_exception(...)` usage that is compatible with Python 3.7 and 3.11 (#15599) 2023-05-16 12:33:18 -05:00
admin_cmd.py Add information on uploaded media to user export command. (#15107) 2023-02-23 13:14:17 -05:00
appservice.py
client_reader.py
complement_fork_starter.py
event_creator.py
federation_reader.py
federation_sender.py
frontend_proxy.py
generic_worker.py
homeserver.py
media_repository.py
phone_stats_home.py
pusher.py
synchrotron.py
user_dir.py Refactor entry points so that they all have a `main` function. (#13052) 2022-06-14 17:41:06 +00:00