Skip to content

Commit efe8d6a

Browse files
sbinetncw
authored andcommitted
builtin: remove spurious printout
1 parent adcb877 commit efe8d6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

builtin/tests/builtin.py

-1
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,6 @@ class C: pass
438438
try:
439439
zip(1,2,3)
440440
except TypeError as e:
441-
print(e.args[0])
442441
if e.args[0] != "zip argument #1 must support iteration":
443442
raise
444443
ok = True

0 commit comments

Comments
 (0)