Skip to content

gh-100633 Tutorial: Fix dataclasses import#100638

Merged
AlexWaygood merged 1 commit into
python:mainfrom
OTheDev:fix-issue-100633
Dec 31, 2022
Merged

gh-100633 Tutorial: Fix dataclasses import#100638
AlexWaygood merged 1 commit into
python:mainfrom
OTheDev:fix-issue-100633

Conversation

@OTheDev
Copy link
Copy Markdown
Contributor

@OTheDev OTheDev commented Dec 31, 2022

Copy link
Copy Markdown
Member

@sobolevn sobolevn left a comment

Choose a reason for hiding this comment

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

Congrats with the first CPython PR :)

Copy link
Copy Markdown
Member

@AlexWaygood AlexWaygood left a comment

Choose a reason for hiding this comment

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

Thanks!

@AlexWaygood AlexWaygood added needs backport to 3.10 only security fixes needs backport to 3.11 only security fixes labels Dec 31, 2022
@AlexWaygood AlexWaygood changed the title gh-100633 import dataclass, not dataclasses from dataclasses gh-100633 Tutorial: Fix dataclasses import Dec 31, 2022
@AlexWaygood
Copy link
Copy Markdown
Member

Cc. @JosephSBoyle

@AlexWaygood AlexWaygood merged commit 98308db into python:main Dec 31, 2022
@miss-islington
Copy link
Copy Markdown
Contributor

Thanks @OTheDev for the PR, and @AlexWaygood for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11.
🐍🍒⛏🤖

@bedevere-bot
Copy link
Copy Markdown

GH-100639 is a backport of this pull request to the 3.11 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label Dec 31, 2022
@bedevere-bot
Copy link
Copy Markdown

GH-100640 is a backport of this pull request to the 3.10 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Dec 31, 2022
import dataclass not dataclasses from dataclasses
(cherry picked from commit 98308db)

Co-authored-by: Owain Davies <116417456+OTheDev@users.noreply.github.com>
@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Dec 31, 2022
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Dec 31, 2022
import dataclass not dataclasses from dataclasses
(cherry picked from commit 98308db)

Co-authored-by: Owain Davies <116417456+OTheDev@users.noreply.github.com>
miss-islington added a commit that referenced this pull request Dec 31, 2022
import dataclass not dataclasses from dataclasses
(cherry picked from commit 98308db)

Co-authored-by: Owain Davies <116417456+OTheDev@users.noreply.github.com>
miss-islington added a commit that referenced this pull request Dec 31, 2022
import dataclass not dataclasses from dataclasses
(cherry picked from commit 98308db)

Co-authored-by: Owain Davies <116417456+OTheDev@users.noreply.github.com>
@OTheDev OTheDev deleted the fix-issue-100633 branch January 28, 2025 03:58
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 news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[tutorial/classes.html] odds and ends dataclasses sample code typo dataclasses

5 participants