From: Benjamin Peterson Date: Fri, 19 Jun 2009 22:16:28 +0000 (+0000) Subject: show that this one isn't used X-Git-Tag: v2.7a1~927 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5fa09e3eb592ea4658afbc45f84234106ed47a63;p=python show that this one isn't used --- diff --git a/Lib/test/test_generators.py b/Lib/test/test_generators.py index f4c9655afb..70500527d1 100644 --- a/Lib/test/test_generators.py +++ b/Lib/test/test_generators.py @@ -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)