Skip to content

Conversation

@hugovk
Copy link
Member

@hugovkhugovk commented May 26, 2023

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
MemberAuthor

Caught by my own CI check :) Now fixed!

@hugovkhugovk merged commit 3821b92 into python:mainMay 28, 2023
@hugovkhugovk deleted the docs-unittest.TestProgram.usageExit-whatsnew312-deprecations branch May 28, 2023 08:06
@miss-islington
Copy link
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

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