]> granicus.if.org Git - python/commit
Patch by Moshe Zadka: remove the string special case in
authorGuido van Rossum <guido@python.org>
Tue, 7 Mar 2000 15:54:45 +0000 (15:54 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 7 Mar 2000 15:54:45 +0000 (15:54 +0000)
commit9611e0b4620988310c15122e3d14deadb2efbb35
tree2dfc0a75d6385d7946e67aba759a6156ef946e33
parent9284a572bc22c31a965ebc03d428ec6145f70c73
Patch by Moshe Zadka: remove the string special case in
PySequence_Contains() now that string objects have this code in their
tp_contains.
Objects/abstract.c