Skip to content

gh-131933: Document UnionType/Union merger in What's New - #131941

Merged
JelleZijlstra merged 6 commits into
python:mainfrom
JelleZijlstra:union-docs
Apr 4, 2025
Merged

gh-131933: Document UnionType/Union merger in What's New#131941
JelleZijlstra merged 6 commits into
python:mainfrom
JelleZijlstra:union-docs

Conversation

@JelleZijlstra

@JelleZijlstraJelleZijlstra commented Mar 31, 2025

Copy link
Copy Markdown
Member

Comment threadDoc/whatsnew/3.14.rst
Comment threadDoc/whatsnew/3.14.rst
Comment threadDoc/whatsnew/3.14.rst
JelleZijlstraand others added 2 commits March 31, 2025 10:22
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Comment threadDoc/whatsnew/3.14.rst Outdated

@hroncokhroncok left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

The text is clear, makes sense and gives the right amount of information. Thank you.

Comment threadDoc/whatsnew/3.14.rst Outdated
Comment threadDoc/whatsnew/3.14.rst Outdated
Comment threadDoc/whatsnew/3.14.rst Outdated
Comment threadDoc/whatsnew/3.14.rst Outdated
@JelleZijlstra
JelleZijlstra merged commit 7473c60 into python:mainApr 4, 2025
@github-project-automationgithub-project-automationBot moved this from Todo to Done in Docs PRsApr 4, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsDocumentation in the Doc dirskip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3.14 regression: Union[int, str] is Union[int, str] does not hold

5 participants

@JelleZijlstra@hroncok@AA-Turner@picnixz@AlexWaygood