diff options
author | Barry Warsaw <barry@python.org> | 2000-08-03 15:48:31 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2000-08-03 15:48:31 (GMT) |
commit | e027d8dc815ab9851287ddd0ada39428733e9b27 (patch) | |
tree | 87c59a2ea7190141d32f144ef4f1f78861ffc2a5 /Lib | |
parent | 7bfc1a15070e90244eeb411db0b8e45e3430dcc6 (diff) | |
download | cpython-e027d8dc815ab9851287ddd0ada39428733e9b27.zip cpython-e027d8dc815ab9851287ddd0ada39428733e9b27.tar.gz cpython-e027d8dc815ab9851287ddd0ada39428733e9b27.tar.bz2 |
Added output for testsuite for new zip() builtin.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/output/test_builtin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/output/test_builtin b/Lib/test/output/test_builtin index a63c973..1c3b69c 100644 --- a/Lib/test/output/test_builtin +++ b/Lib/test/output/test_builtin @@ -49,3 +49,4 @@ tuple type vars xrange +zip |