bpo-33462: Add __reversed__ to dict and dict views by remilapeyre · Pull Request #6827 · python/cpython

@remilapeyre remilapeyre changed the title bpo-33462 - Add __reverse__ to dict bpo-33462: Add __reverse__ to dict

May 14, 2018

vstinner

Rémi Lapeyre added 2 commits

May 23, 2018 15:23

selik

selik

@remilapeyre remilapeyre changed the title bpo-33462: Add __reverse__ to dict bpo-33462: Add __reversed__ to dict

May 24, 2018

methane

methane

methane

methane

methane

methane

remilapeyre

methane

methane

Rémi Lapeyre added 3 commits

November 2, 2018 20:59
Dictionaries are officialy sorted since Python 3.7 and sorted usage
in tests can now be removed as the order is deterministic.

methane

Rémi Lapeyre added 2 commits

November 5, 2018 14:06