X Tutup
Skip to content

[3.10] [doc] Reword sentinel object summary in dataclasses (GH-27792)#28130

Merged
miss-islington merged 1 commit intopython:3.10from
miss-islington:backport-767a17f-3.10
Sep 2, 2021
Merged

[3.10] [doc] Reword sentinel object summary in dataclasses (GH-27792)#28130
miss-islington merged 1 commit intopython:3.10from
miss-islington:backport-767a17f-3.10

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

This sentinel value (MISSING) is also used as default value for the kw_only parameter introduced in Python 3.10. It's cleaner to simply omit the usage here.

Co-authored-by: Łukasz Langa lukasz@langa.pl
(cherry picked from commit 767a17f)

Co-authored-by: Ville Korhonen ville@xd.fi

This sentinel value (`MISSING`) is also used as default value for the `kw_only` parameter introduced in Python 3.10. It's cleaner to simply omit the usage here.

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit 767a17f)

Co-authored-by: Ville Korhonen <ville@xd.fi>
@miss-islington
Copy link
Copy Markdown
Contributor Author

@ypcs and @ambv: Status check is done, and it's a failure ❌ .

@miss-islington
Copy link
Copy Markdown
Contributor Author

@ypcs and @ambv: Status check is done, and it's a success ✅ .

3 similar comments
@miss-islington
Copy link
Copy Markdown
Contributor Author

@ypcs and @ambv: Status check is done, and it's a success ✅ .

@miss-islington
Copy link
Copy Markdown
Contributor Author

@ypcs and @ambv: Status check is done, and it's a success ✅ .

@miss-islington
Copy link
Copy Markdown
Contributor Author

@ypcs and @ambv: Status check is done, and it's a success ✅ .

Copy link
Copy Markdown
Contributor

@ambv ambv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doc-only change.

@miss-islington miss-islington merged commit 7aa58f5 into python:3.10 Sep 2, 2021
@miss-islington miss-islington deleted the backport-767a17f-3.10 branch September 2, 2021 16:38
@miss-islington
Copy link
Copy Markdown
Contributor Author

@ypcs and @ambv: Status check is done, and it's a success ✅ .

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.

5 participants

X Tutup