Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.12] Docs: Argument Clinic: Group guides about default values (GH-106872) #106874

Merged
merged 1 commit into from
Jul 18, 2023

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jul 18, 2023

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 505eede)

Co-authored-by: Erlend E. Aasland [email protected]


📚 Documentation preview 📚: https://cpython-previews--106874.org.readthedocs.build/

…6872)

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 505eede)

Co-authored-by: Erlend E. Aasland <[email protected]>
@erlend-aasland erlend-aasland merged commit 0c106a9 into python:3.12 Jul 18, 2023
22 checks passed
@miss-islington miss-islington deleted the backport-505eede-3.12 branch July 18, 2023 23:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip issue skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants