diff options
author | Guido van Rossum <guido@python.org> | 2001-04-21 13:33:54 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-04-21 13:33:54 (GMT) |
commit | 8b48cf9016a1eee969717854df20b59c2656a801 (patch) | |
tree | 4f3342b9ab5790b354e54195e72e8d7d145d57eb /Lib/test/output | |
parent | 65967259f2db65ad301b9a69ff91af27e7737b15 (diff) | |
download | cpython-8b48cf9016a1eee969717854df20b59c2656a801.zip cpython-8b48cf9016a1eee969717854df20b59c2656a801.tar.gz cpython-8b48cf9016a1eee969717854df20b59c2656a801.tar.bz2 |
Add test suite for iterators.
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_iter | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/output/test_iter b/Lib/test/output/test_iter new file mode 100644 index 0000000..7c6692f --- /dev/null +++ b/Lib/test/output/test_iter @@ -0,0 +1 @@ +test_iter |