commit | aae5999b44e54394f91e84b775d29230d3a0a2ef | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Thu Sep 05 14:23:49 2002 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Thu Sep 05 14:23:49 2002 +0000 |
tree | b9310059bcb3f93fe8988198a83a1eacd79bef99 | |
parent | 63857a454d85fda475264575b7c1a031970219a0 [diff] |
Micro-optimization for list_contains. Factored double if test out of the loop.