mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
gh-104773: PEP 594: Remove the xdrlib module (#104900)
pickle documentation no longer mentions the XDR format.
This commit is contained in:
parent
17e1fe0f9b
commit
087c1a6539
13 changed files with 8 additions and 615 deletions
1
Python/stdlib_module_names.h
generated
1
Python/stdlib_module_names.h
generated
|
@ -282,7 +282,6 @@ static const char* _Py_stdlib_module_names[] = {
|
|||
"winreg",
|
||||
"winsound",
|
||||
"wsgiref",
|
||||
"xdrlib",
|
||||
"xml",
|
||||
"xmlrpc",
|
||||
"zipapp",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue