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 r.david.murray
Recipients docs@python, r.david.murray
Date 2012-11-21.15:16:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353510966.46.0.566270540705.issue16523@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like the use of the 'args' formal parameter was cut and pasted from the methodcaller docs, when it is not appropriate for itemgetter and attrgetter.

     http://docs.python.org/3/library/operator.html#operator.attrgetter
History
Date User Action Args
2012-11-21 15:16:06r.david.murraysetrecipients: + r.david.murray, docs@python
2012-11-21 15:16:06r.david.murraysetmessageid: <1353510966.46.0.566270540705.issue16523@psf.upfronthosting.co.za>
2012-11-21 15:16:06r.david.murraylinkissue16523 messages
2012-11-21 15:16:06r.david.murraycreate