commit | 46c6b20392ba48280701f132321a06a1699429e9 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Feb 28 15:01:46 2000 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Feb 28 15:01:46 2000 +0000 |
tree | 8afed17dfdfd2f8fd53bcac61f151365d3100ad9 | |
parent | cecb27a49ca1285fc6fb3190d52768abf85847d1 [diff] |
Patch by Mozhe Zadka, for __contains__ (overloading 'in'). This patches PySequence_Contains() to check for a valid sq_contains field. More to follow.