[Python-Dev] Missing operator.call (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Fri Feb 6 06:20:17 CET 2009
- Previous message: [Python-Dev] Missing operator.call
- Next message: [Python-Dev] Missing operator.call
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hrvoje Niksic wrote:
Is there a reason why the operator module doesn't have an operator.call function?
I've been thinking about proposing an enhancement concerning generators that would entail making "call" a reserved word, so I'd be a little disappointed if this name were used.
Maybe apply() could be reinstated and put into the operator module?
-- Greg
- Previous message: [Python-Dev] Missing operator.call
- Next message: [Python-Dev] Missing operator.call
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]