summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-11-27 22:00:11 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-11-27 22:00:11 (GMT)
commite71362d3dee9de626abb7d2d564550b5e59a1151 (patch)
tree1703c0a9f8d209b9dbff568a20f49a3541185dde /Misc
parentdc9b17d922ba30cbfbcc767dfb0738b6bf66015d (diff)
downloadcpython-e71362d3dee9de626abb7d2d564550b5e59a1151.zip
cpython-e71362d3dee9de626abb7d2d564550b5e59a1151.tar.gz
cpython-e71362d3dee9de626abb7d2d564550b5e59a1151.tar.bz2
Issue #10518: Bring back the callable() builtin.
Approved by Guido (BDFL) and Georg (RM).
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 07f0570..27c7331 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ What's New in Python 3.2 Beta 1?
Core and Builtins
-----------------
+- Issue #10518: Bring back the callable() builtin.
+
- Issue #8879. Add os.link support for Windows.
- Issue #10027. st_nlink was not being set on Windows calls to os.stat or