]> granicus.if.org Git - python/commitdiff
show that this one isn't used
authorBenjamin Peterson <benjamin@python.org>
Fri, 19 Jun 2009 22:16:28 +0000 (22:16 +0000)
committerBenjamin Peterson <benjamin@python.org>
Fri, 19 Jun 2009 22:16:28 +0000 (22:16 +0000)
Lib/test/test_generators.py

index f4c9655afb7e08712e89c4f2a5cbfcddb0dc52ba..70500527d1cc811ca20ef96d1a60ede313973a87 100644 (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)