]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove a use of callable() in fileinput to silence a -3 warning.
authorBrett Cannon <bcannon@gmail.com>
Sun, 3 Aug 2008 23:52:32 +0000 (23:52 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sun, 3 Aug 2008 23:52:32 +0000 (23:52 +0000)
commit36bed8a25f0c0d255af94e90b533881d821e676a
tree030a9f08538f35010f7f538c443fcd373e55262b
parentc66b03a4c1e60d6ce896e1e5458f5dbf7140d2a8
Remove a use of callable() in fileinput to silence a -3 warning.
Lib/fileinput.py