]> 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:38:28 +0000 (15:38 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 25 Oct 2016 12:38:28 +0000 (15:38 +0300)
commitb3e5812300987312154adf807dfdc7ebf2518b2e
tree3b735e784efb98b80cd8749038c7b503308d38b9
parent0595ed21badc29b5c76602e32db9f5f1b8f0ba06
parent1faf9025b5d599d66acac0f33d1500a2ff386368
Issue #27275: Fixed implementation of pop() and popitem() methods in
subclasses of accelerated OrderedDict.
Misc/NEWS