Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Conversation

hugovk
Copy link
Member

@hugovk hugovk 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
Member Author

hugovk commented May 27, 2023

Caught by my own CI check :) Now fixed!

@hugovk hugovk merged commit 3821b92 into python:main May 28, 2023
19 checks passed
@hugovk hugovk 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-bot bedevere-bot removed the needs backport to 3.12 bug and 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 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.

None yet

3 participants