Skip to content
Snippets Groups Projects
  • Krombel's avatar
    79a8a347
    fix #3445 · 79a8a347
    Krombel authored
    itervalues(d) calls d.itervalues() [PY2] and d.values() [PY3]
    but SortedDict only implements d.values()
    79a8a347
    History
    fix #3445
    Krombel authored
    itervalues(d) calls d.itervalues() [PY2] and d.values() [PY3]
    but SortedDict only implements d.values()