[Python-Dev] Missing operator.call (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Fri Feb 6 08:42:08 CET 2009
- Previous message: [Python-Dev] yield * (Re: Missing operator.call)
- Next message: [Python-Dev] Missing operator.call
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] yield * (Re: Missing operator.call)
- Next message: [Python-Dev] Missing operator.call
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]