show that this one isn't used

This commit is contained in:
Benjamin Peterson 2009-06-19 22:16:28 +00:00
parent 9c5e4115ab
commit 5fa09e3eb5
1 changed files with 1 additions and 1 deletions

View File

@ -960,7 +960,7 @@ Lambdas shouldn't have their usual return behavior.
# iterators have side-effects, so that which values *can* be generated at
# each slot depend on the values iterated at previous slots.
def conjoin(gs):
def simple_conjoin(gs):
values = [None] * len(gs)