gh-104773: PEP 594: Remove the xdrlib module (#104900)

pickle documentation no longer mentions the XDR format.
This commit is contained in:
Victor Stinner 2023-05-25 00:40:30 +02:00 committed by GitHub
parent 17e1fe0f9b
commit 087c1a6539
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 8 additions and 615 deletions

View file

@ -282,7 +282,6 @@ static const char* _Py_stdlib_module_names[] = {
"winreg",
"winsound",
"wsgiref",
"xdrlib",
"xml",
"xmlrpc",
"zipapp",