MatrixSynapse/changelog.d
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
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
15599.bugfix `traceback.format_exception(...)` usage that is compatible with Python 3.7 and 3.11 (#15599) 2023-05-16 12:33:18 -05:00
15604.misc Fix subscriptable type usage in Python <3.9 (#15604) 2023-05-16 12:19:46 -05:00