This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients barry, gvanrossum
Date 2008-01-14.19:35:50
SpamBayes Score 0.10758669
Marked as misclassified No
Message-id <1200339351.32.0.757627592106.issue1826@psf.upfronthosting.co.za>
In-reply-to
Content
How about a slight change to the proposed API, and make it a varargs
function?  E.g.

  operator.attrgetter('person', 'displayname')

This would avoid the need to parse the argument.
History
Date User Action Args
2008-01-14 19:35:51gvanrossumsetspambayes_score: 0.107587 -> 0.10758669
recipients: + gvanrossum, barry
2008-01-14 19:35:51gvanrossumsetspambayes_score: 0.107587 -> 0.107587
messageid: <1200339351.32.0.757627592106.issue1826@psf.upfronthosting.co.za>
2008-01-14 19:35:50gvanrossumlinkissue1826 messages
2008-01-14 19:35:50gvanrossumcreate