]> granicus.if.org Git - python/commit
Backport of _abccoll.py by Benjamin Arangueren, issue 1383.
authorGuido van Rossum <guido@python.org>
Thu, 22 Nov 2007 00:55:51 +0000 (00:55 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 22 Nov 2007 00:55:51 +0000 (00:55 +0000)
commit64c06e327d48150fc548cf18a4a7ae0b890e69fa
treedaf53ab57c369a3d92c5a9deafc41df2ccd96127
parentcc7f26bf207ee17e2c1b3e6545e145942aff612d
Backport of _abccoll.py by Benjamin Arangueren, issue 1383.
With some changes of my own thrown in (e.g. backport of r58107).
13 files changed:
Lib/_abcoll.py [new file with mode: 0644]
Lib/abc.py
Lib/collections.py
Lib/test/mapping_tests.py
Lib/test/regrtest.py
Lib/test/test_abc.py
Lib/test/test_collections.py
Lib/test/test_dict.py
Objects/dictobject.c
Objects/listobject.c
Objects/object.c
Objects/setobject.c
Objects/typeobject.c