]> granicus.if.org Git - python/commit
Issue #27275: Fixed implementation of pop() and popitem() methods in
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 25 Oct 2016 12:36:56 +0000 (15:36 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 25 Oct 2016 12:36:56 +0000 (15:36 +0300)
commit1faf9025b5d599d66acac0f33d1500a2ff386368
tree908ef4fcedd4efaa26bd16219d1b4e6fde604e48
parentecb90182f59c4929a395759896d1abea4e408f39
parent4832580596e36805a2a2c206a3ce919260b16867
Issue #27275: Fixed implementation of pop() and popitem() methods in
subclasses of accelerated OrderedDict.
Lib/test/test_ordered_dict.py
Misc/NEWS
Objects/odictobject.c