commit | 5fa09e3eb592ea4658afbc45f84234106ed47a63 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Fri Jun 19 22:16:28 2009 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Fri Jun 19 22:16:28 2009 +0000 |
tree | bb3e436b9eadaaee63370094fa2f884f10407c2d | |
parent | 9c5e4115ab73d34fcf8ac361fecd2d45c76f5ea7 [diff] |
show that this one isn't used
diff --git a/Lib/test/test_generators.py b/Lib/test/test_generators.py index f4c9655..7050052 100644 --- a/Lib/test/test_generators.py +++ b/Lib/test/test_generators.py
@@ -960,7 +960,7 @@ # 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)