[Python-Dev] operator.attrgetter(attr[, args...]) etc.

Leo sdl.web at gmail.com
Wed Nov 21 04:57:20 CET 2012


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 these functions seem confusing. ARGS is not documented
and does not match the python implementation in the doc.

Leo



More information about the Python-Dev mailing list