]> granicus.if.org Git - python/commit
Issue #22955: attrgetter, itemgetter and methodcaller objects in the operator
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 20 May 2015 15:29:18 +0000 (18:29 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 20 May 2015 15:29:18 +0000 (18:29 +0300)
commit35ac5f82804829eec51d5553f080c5697453b5bb
tree823bdbcb0d1f447fcaa514e7f615752524a72a28
parent5418d0bfc44e71ff209ae9484b73466ae51b0605
Issue #22955: attrgetter, itemgetter and methodcaller objects in the operator
module now support pickling.  Added readable and evaluable repr for these
objects.  Based on patch by Josh Rosenberg.
Lib/operator.py
Lib/test/test_operator.py
Misc/NEWS
Modules/_operator.c