0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-08-09 12:24:45 +02:00
synapse/changelog.d/3445.bugfix
Krombel 79a8a347a6 fix #3445
itervalues(d) calls d.itervalues() [PY2] and d.values() [PY3]
but SortedDict only implements d.values()
2018-08-29 16:28:25 +02:00

2 lines
44 B
Plaintext

do not use six.itervalues() on SortedDict()