]> granicus.if.org Git - python/commit
bpo-33462: Add __reversed__ to dict and dict views (GH-6827)
authorRémi Lapeyre <remi.lapeyre@henki.fr>
Tue, 6 Nov 2018 00:38:54 +0000 (01:38 +0100)
committerINADA Naoki <methane@users.noreply.github.com>
Tue, 6 Nov 2018 00:38:54 +0000 (09:38 +0900)
commit6531bf6309c8fda1954060a0fb5ea930b1efb656
tree64debbc908a8d0dbd043d3114a536a750bb70339
parent16c8a53490a22bd4fcde2efaf4694dd06ded882b
bpo-33462: Add __reversed__ to dict and dict views (GH-6827)
Doc/library/stdtypes.rst
Doc/whatsnew/3.8.rst
Include/dictobject.h
Lib/test/test_collections.py
Lib/test/test_dict.py
Lib/test/test_enumerate.py
Misc/NEWS.d/next/Core and Builtins/2018-05-23-17-18-02.bpo-33462.gurbpbrhe.rst [new file with mode: 0644]
Objects/clinic/dictobject.c.h
Objects/dictobject.c
Objects/object.c