[Python-Dev] Missing operator.call

Hrvoje Niksic hrvoje.niksic at avl.com
Wed Feb 4 14:37:39 CET 2009


Nick Coghlan wrote:
> I'm somewhere between -0 and +0 though (-0 due to the lack of concrete
> use cases, +0 because the improved consistency is appealing)

The operator module is one of the rare cases in python where consistency 
is valued more than concrete use cases.  But, for what it's worth, I 
really wished to use operator.call in my code, expected to find 
operator.call, and was quite surprised to find it missing.


More information about the Python-Dev mailing list