]> 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:33:23 +0000 (15:33 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 25 Oct 2016 12:33:23 +0000 (15:33 +0300)
commit4832580596e36805a2a2c206a3ce919260b16867
treeaa49b3fb96b41284b9f47371bfb2a599be33fb22
parent7ff51bd2b8b8407942e3bab2c9267cc8b95f06be
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