diff options
author | Georg Brandl <georg@python.org> | 2008-02-23 23:04:35 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-02-23 23:04:35 (GMT) |
commit | ebcfd11c164d7783de183e40217a5fd39a2c891e (patch) | |
tree | 7f5eec1c9d075bd27d959c63de75201f2c8ab8f4 /Misc | |
parent | e2065c65d345866f2f88f55e68c1135a167b2077 (diff) | |
download | cpython-ebcfd11c164d7783de183e40217a5fd39a2c891e.zip cpython-ebcfd11c164d7783de183e40217a5fd39a2c891e.tar.gz cpython-ebcfd11c164d7783de183e40217a5fd39a2c891e.tar.bz2 |
#1506171: added operator.methodcaller().
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |