]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove the use of callable() in re to silence warnings under -3.
authorBrett Cannon <bcannon@gmail.com>
Mon, 4 Aug 2008 21:07:59 +0000 (21:07 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 4 Aug 2008 21:07:59 +0000 (21:07 +0000)
commitd9636e17ccfd83bd0f7d7316aeb30d98a0a8cb07
tree23932a8773f3d9accab1fbcbe63fb8ebdba1b911
parent33ede08cdd44f1f98369f969c5533129f890c4f3
Remove the use of callable() in re to silence warnings under -3.
Lib/re.py