commit | bd9adab13801dcd4826488ac9afbd03c4b3f0ccf | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Thu Sep 05 20:18:08 2002 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Thu Sep 05 20:18:08 2002 +0000 |
tree | 1278151d9914677f2ce08229ee555a913c747941 | |
parent | aae5999b44e54394f91e84b775d29230d3a0a2ef [diff] |
Micro-optimization for list_contains. Factored double if test out of the loop.