Remove the use of callable() in re to silence warnings under -3.
commit6d37218b2258f4d4b234a9845b29ca659747eb19
authorbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 4 Aug 2008 21:07:59 +0000 (4 21:07 +0000)
committerbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 4 Aug 2008 21:07:59 +0000 (4 21:07 +0000)
tree23a5d504ec05ba46cd48df796b4b6328550ddc59
parent5765ea7e3d1b33c7ec2cdd79fff3c84486ea665b
Remove the use of callable() in re to silence warnings under -3.

git-svn-id: http://svn.python.org/projects/python/trunk@65506 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/re.py