]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue 2370: Add Python 3 warnings for the removal of operator.isCallable and
authorAlexandre Vassalotti <alexandre@peadrop.com>
Sun, 5 Jul 2009 04:22:40 +0000 (04:22 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Sun, 5 Jul 2009 04:22:40 +0000 (04:22 +0000)
commit0fe799151fc9e485f9c001fa9138e4ca77069b98
tree91498cda1e4d3df688d8c3b80629307c816f7f5a
parente7a0cc2aa86d984691b0612e13020fbce16d9b09
Issue 2370: Add Python 3 warnings for the removal of operator.isCallable and
operator.sequenceIncludes.

Patch contributed by Jeff Balogh (and updated slightly by me).
Lib/test/test_py3kwarn.py
Modules/operator.c