]> granicus.if.org Git - python/commit
Close #12501: Adjust callable() warning: callable() is only not supported in
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 8 Jul 2011 00:07:45 +0000 (02:07 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 8 Jul 2011 00:07:45 +0000 (02:07 +0200)
commitba8b3a2ca7a43684cf67b174a4b245b8ba596a5c
treeac4944546147e094877e4163b1c2ccf868a4775b
parent885b164bfe9907dcedc4c9260801bd59a790c0c5
Close #12501: Adjust callable() warning: callable() is only not supported in
Python 3.1. callable() is again supported in Python 3.2.
Lib/test/test_builtin.py
Misc/NEWS
Python/bltinmodule.c