summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-02-23 23:04:35 (GMT)
committerGeorg Brandl <georg@python.org>2008-02-23 23:04:35 (GMT)
commitebcfd11c164d7783de183e40217a5fd39a2c891e (patch)
tree7f5eec1c9d075bd27d959c63de75201f2c8ab8f4 /Misc
parente2065c65d345866f2f88f55e68c1135a167b2077 (diff)
downloadcpython-ebcfd11c164d7783de183e40217a5fd39a2c891e.zip
cpython-ebcfd11c164d7783de183e40217a5fd39a2c891e.tar.gz
cpython-ebcfd11c164d7783de183e40217a5fd39a2c891e.tar.bz2
#1506171: added operator.methodcaller().
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 9146bcb..cac6932 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1196,6 +1196,8 @@ Library
Extension Modules
-----------------
+- Patch #1506171: added operator.methodcaller().
+
- Patch #1826: operator.attrgetter() now supports dotted attribute paths.
- Patch #1957: syslogmodule: Release GIL when calling syslog(3)