]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Docs: Argument Clinic: Group guides about default values (#106872)
authorErlend E. Aasland <erlend@python.org>
Tue, 18 Jul 2023 22:46:50 +0000 (00:46 +0200)
committerGitHub <noreply@github.com>
Tue, 18 Jul 2023 22:46:50 +0000 (00:46 +0200)
commit505eede38d141d43e40e246319b157e3c77211d3
tree65bb85469ab7c899a1370a8d9836bfa5e74181b9
parenta293fa5915c21b21f5cb8ed9649fbdb37b4c1421
Docs: Argument Clinic: Group guides about default values (#106872)

Previous ToC layout (excerpt):

    - How to use symbolic default values
    ...
    - How to assign default values to parameter
      - How to use the ``NULL`` default value
      - How to use expressions as default values

New layout:

    - How to assign default values to parameter
      - The ``NULL`` default value
      - Symbolic default values
      - Expressions as default values
Doc/howto/clinic.rst