Message398859
Actually, upon further thought, the semantics I suggested above should go into `operator.caller` (cf. `operator.methodcaller`), and `operator.call`/`operator.__call__` should instead be defined as `operator.call(f, *args, **kwargs) == f(*args, **kwargs)`, so that the general rule `operator.opname(a, b) == a.__opname__(b)` (modulo dunder lookup rules) remains applicable. |
|
| Date |
User |
Action |
Args |
| 2021-08-04 04:24:15 | Antony.Lee | set | recipients:
+ Antony.Lee, hrik2001 |
| 2021-08-04 04:24:15 | Antony.Lee | set | messageid: <1628051055.88.0.674203633155.issue44019@roundup.psfhosted.org> |
| 2021-08-04 04:24:15 | Antony.Lee | link | issue44019 messages |
| 2021-08-04 04:24:15 | Antony.Lee | create | |
|