cpython/Misc/NEWS.d/next/Tools-Demos/2022-07-23-00-33-28.gh-issu...

7 lines
344 B
ReStructuredText

It is now possible to deprecate passing parameters positionally with
Argument Clinic, using the new ``* [from X.Y]`` syntax.
(To be read as *"keyword-only from Python version X.Y"*.)
See :ref:`clinic-howto-deprecate-positional` for more information.
Patch by Erlend E. Aasland with help from Alex Waygood,
Nikita Sobolev, and Serhiy Storchaka.