cpython/Doc/whatsnew
Antony Lee 6587fc60d4
bpo-44019: Implement operator.call(). (GH-27888)
Having `operator.call(obj, arg)` mean `type(obj).__call__(obj, arg)` is
consistent with the other dunder operators.  The semantics with `*args,
**kwargs` then follow naturally from the single-arg semantics.
2021-09-24 16:22:49 +01:00
..
2.0.rst
2.1.rst
2.2.rst
2.3.rst
2.4.rst
2.5.rst
2.6.rst
2.7.rst
3.0.rst
3.1.rst
3.2.rst bpo-45162: Remove many old deprecated unittest features (GH-28268) 2021-09-17 13:33:27 +03:00
3.3.rst
3.4.rst
3.5.rst
3.6.rst
3.7.rst
3.8.rst
3.9.rst
3.10.rst bpo-43760: Document PyThreadState.use_tracing removal (GH-28527) 2021-09-23 16:38:31 +02:00
3.11.rst bpo-44019: Implement operator.call(). (GH-27888) 2021-09-24 16:22:49 +01:00
changelog.rst
index.rst