Skip to content

gh-104992: [What's New in 3.12] Document unittest.TestProgram.usageExit's deprecation - #104995

Merged
hugovk merged 2 commits into
python:mainfrom
hugovk:docs-unittest.TestProgram.usageExit-whatsnew312-deprecations
May 28, 2023
Merged

gh-104992: [What's New in 3.12] Document unittest.TestProgram.usageExit's deprecation#104995
hugovk merged 2 commits into
python:mainfrom
hugovk:docs-unittest.TestProgram.usageExit-whatsnew312-deprecations

Conversation

@hugovk

@hugovkhugovk commented May 26, 2023

Copy link
Copy Markdown
Member

The unittest.TestProgram.usageExit method was deprecated in Python 3.11 and scheduled for removal in 3.13.

The deprecation was documented in the changelog but not in What's New.

For visibility, let's add it to "What's New in 3.12" > "Pending Removal in Python 3.13":

(Extracted from #93986.)


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

@hugovk

Copy link
Copy Markdown
MemberAuthor

Caught by my own CI check :) Now fixed!

@hugovk
hugovk merged commit 3821b92 into python:mainMay 28, 2023
@hugovk
hugovk deleted the docs-unittest.TestProgram.usageExit-whatsnew312-deprecations branch May 28, 2023 08:06
@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @hugovk for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 28, 2023
…sageExit's deprecation (pythonGH-104995)
(cherry picked from commit 3821b92)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
@bedevere-bot

Copy link
Copy Markdown

GH-105036 is a backport of this pull request to the 3.12 branch.

@bedevere-botbedevere-bot removed the needs backport to 3.12 only security fixes label May 28, 2023
hugovk added a commit that referenced this pull request May 28, 2023
…usageExit's deprecation (GH-104995) (#105036)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
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

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@hugovk@miss-islington@bedevere-bot