]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] Docs: Argument Clinic: Group guides about default values (GH-106872) (#106873)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 18 Jul 2023 23:16:04 +0000 (16:16 -0700)
committerGitHub <noreply@github.com>
Tue, 18 Jul 2023 23:16:04 +0000 (01:16 +0200)
commit0c47ed7bbf156e9fc01e276ef053206f3e6a3e62
treea9af3e5151f95e8c6e049bca994109dd3dd8a17c
parent38553442c88c331d91562b77f023345e0b33b5f9
[3.11] Docs: Argument Clinic: Group guides about default values (GH-106872) (#106873)

Docs: Argument Clinic: Group guides about default values (GH-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

(cherry picked from commit 505eede38d141d43e40e246319b157e3c77211d3)

Co-authored-by: Erlend E. Aasland <erlend@python.org>
Doc/howto/clinic.rst