mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
gh-105456: Remove 3 deprecated sre_*
modules (#135994)
This commit is contained in:
parent
12ce16bc13
commit
93809a918f
10 changed files with 11 additions and 58 deletions
3
Python/stdlib_module_names.h
generated
3
Python/stdlib_module_names.h
generated
|
@ -245,9 +245,6 @@ static const char* _Py_stdlib_module_names[] = {
|
|||
"socket",
|
||||
"socketserver",
|
||||
"sqlite3",
|
||||
"sre_compile",
|
||||
"sre_constants",
|
||||
"sre_parse",
|
||||
"ssl",
|
||||
"stat",
|
||||
"statistics",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue