-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
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
Remove deprecated unittest.TestProgram.usageExit #104992
Labels
3.13
bugs and security fixes
stdlib
Python modules in the Lib dir
type-feature
A feature request or enhancement
Comments
hugovk
added
type-feature
A feature request or enhancement
stdlib
Python modules in the Lib dir
3.13
bugs and security fixes
labels
May 26, 2023
This was referenced May 26, 2023
Merged
JelleZijlstra
pushed a commit
that referenced
this issue
May 27, 2023
…it's deprecation (#104994) Document unittest.TestProgram.usageExit's pending removal in 3.13
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 27, 2023
…sageExit's deprecation (pythonGH-104994) Document unittest.TestProgram.usageExit's pending removal in 3.13 (cherry picked from commit 7df861c) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 27, 2023
…sageExit's deprecation (pythonGH-104994) Document unittest.TestProgram.usageExit's pending removal in 3.13 (cherry picked from commit 7df861c) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
JelleZijlstra
pushed a commit
that referenced
this issue
May 27, 2023
…usageExit's deprecation (GH-104994) (#105009) gh-104992: [What's New in 3.11] Document unittest.TestProgram.usageExit's deprecation (GH-104994) Document unittest.TestProgram.usageExit's pending removal in 3.13 (cherry picked from commit 7df861c) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
JelleZijlstra
pushed a commit
that referenced
this issue
May 27, 2023
…usageExit's deprecation (GH-104994) (#105010) gh-104992: [What's New in 3.11] Document unittest.TestProgram.usageExit's deprecation (GH-104994) Document unittest.TestProgram.usageExit's pending removal in 3.13 (cherry picked from commit 7df861c) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
hugovk
added a commit
that referenced
this issue
May 27, 2023
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 28, 2023
…sageExit's deprecation (pythonGH-104995) (cherry picked from commit 3821b92) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
hugovk
added a commit
that referenced
this issue
May 28, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3.13
bugs and security fixes
stdlib
Python modules in the Lib dir
type-feature
A feature request or enhancement
Feature or enhancement
The
unittest.TestProgram.usageExit
method was deprecated in Python 3.11 and scheduled for removal in 3.13.The method wasn't documented. The deprecation was documented in the changelog but not in What's New.
In addition to removal in 3.13, I suggest adding it to the "What's New in 3.11" > Deprecations:
And to "What's New in 3.12" > "Pending Removal in Python 3.13":
Previous discussion
Linked PRs
The text was updated successfully, but these errors were encountered: