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

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