On Wed, 21 Nov 2012 14:49:05 +, Oscar Benjamin
wrote:
> On 21 November 2012 03:57, Leo wrote:
> > Sorry the python issue tracker seems broken (I cannot log in). So I am
> > posting it here.
> >
> > In the doc:
> >
> > operator.attrgetter(attr[, args...])
> > operator.itemgetter(item[, ar
On 21 November 2012 03:57, Leo wrote:
> Sorry the python issue tracker seems broken (I cannot log in). So I am
> posting it here.
>
> In the doc:
>
> operator.attrgetter(attr[, args...])
> operator.itemgetter(item[, args...])
> operator.methodcaller(name[, args...])
>
> The signatures of the