[issue1826] operator.attrgetter() should accept dotted attribute paths

Martin v. Löwis report at bugs.python.org
Mon Jan 14 23:03:31 CET 2008


Martin v. Löwis added the comment:

What's wrong with

sorted(seq, key=lambda v:v.person.displayname)

----------
nosy: +loewis

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1826>
__________________________________


More information about the Python-bugs-list mailing list