[Python-Dev] Missing operator.call

"Martin v. Löwis" martin at v.loewis.de
Fri Feb 6 08:42:08 CET 2009


> I came up with the idea of a new statement
> 
>   call expr

I don't think your ideas should stop us from doing the right
thing right now, i.e. add operator.call (for symmetry with
everything else that is in the operator module).

Whether a call keyword gets added to Python remains to be seen;
I would expect some opposition if a PEP was written.

Regards,
Martin


More information about the Python-Dev mailing list