diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2018-10-19 22:26:00 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-19 22:26:00 +1100 |
commit | e404ba9aacb426efc7d815cadfabd54dcf576e3b (patch) | |
tree | 38c074e05674319ea5ee4d1d80d16e880ab67802 /changelog.d | |
parent | Make the metrics less racy (#4061) (diff) | |
download | synapse-e404ba9aacb426efc7d815cadfabd54dcf576e3b.tar.xz |
Fix manhole on py3 (pt 2) (#4067)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4067.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4067.bugfix b/changelog.d/4067.bugfix new file mode 100644 index 0000000000..78d69a8819 --- /dev/null +++ b/changelog.d/4067.bugfix @@ -0,0 +1 @@ +Manhole now works again on Python 3, instead of failing with a "couldn't match all kex parts" when connecting. |