diff options
author | Erik Johnston <erikj@jki.re> | 2018-10-17 17:07:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-17 17:07:19 +0100 |
commit | 4e726783eae04365dbfb355bb334c1661cb391cb (patch) | |
tree | fc788a43d1e0f436cdd450eced6de1e2f87ba8fb /changelog.d | |
parent | Fix roomlist since tokens on Python 3 (#4046) (diff) | |
parent | Newsfile (diff) | |
download | synapse-4e726783eae04365dbfb355bb334c1661cb391cb.tar.xz |
Merge pull request #4050 from matrix-org/erikj/fix_py37_iteration
Fix bug where we raised StopIteration in a generator
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4050.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4050.bugfix b/changelog.d/4050.bugfix new file mode 100644 index 0000000000..3d1f6af847 --- /dev/null +++ b/changelog.d/4050.bugfix @@ -0,0 +1 @@ +Fix URL priewing to work in Python 3.7 |