bpo-43988: Fix test.support.check_disallow_instantiation version adde… · python/cpython@9049ea5 (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 9049ea5
Erlend Egeberg Aasland
authored
bpo-43988: Fix test.support.check_disallow_instantiation version added (GH-26889)
Automerge-Triggered-By: GH:vstinner
File tree
1 file changed
lines changed
1 file changed
lines changed
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -932,7 +932,7 @@ The :mod:`test.support` module defines the following functions: | ||
932 | 932 | |
933 | 933 | Assert that type *tp* cannot be instantiated using *args* and *kwds*. |
934 | 934 | |
935 | - .. versionadded:: 3.11 | |
935 | + .. versionadded:: 3.10 | |
936 | 936 | |
937 | 937 | |
938 | 938 | The :mod:`test.support` module defines the following classes: |