mirror of
https://github.com/python/cpython.git
synced 2025-11-01 14:11:41 +00:00
gh-138122: Implement PEP 799 (#138142)
This commit is contained in:
parent
f733e428f8
commit
56eb6b64a0
23 changed files with 497 additions and 386 deletions
1
Python/stdlib_module_names.h
generated
1
Python/stdlib_module_names.h
generated
|
|
@ -215,6 +215,7 @@ static const char* _Py_stdlib_module_names[] = {
|
|||
"posixpath",
|
||||
"pprint",
|
||||
"profile",
|
||||
"profiling",
|
||||
"pstats",
|
||||
"pty",
|
||||
"pwd",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue