Skip to content

Instantly share code, notes, and snippets.

@thatch
Created May 13, 2024 15:53
Show Gist options
  • Save thatch/0c7015ef2e0b6c457eb52a558f14beb1 to your computer and use it in GitHub Desktop.
Save thatch/0c7015ef2e0b6c457eb52a558f14beb1 to your computer and use it in GitHub Desktop.
stdlibs changes in 3.13
--- stdlibs/py312.py 2024-05-06 13:52:22
+++ stdlibs/py313.py 2024-05-06 13:52:31
@@ -32,7 +32,6 @@
"_compat_pickle",
"_compression",
"_contextvars",
- "_crypt",
"_csv",
"_ctypes",
"_ctypes_test",
@@ -50,16 +49,17 @@
"_heapq",
"_imp",
"_io",
+ "_ios_support",
"_json",
"_locale",
"_lsprof",
"_lzma",
"_markupbase",
"_md5",
- "_msi",
"_multibytecodec",
"_multiprocessing",
"_opcode",
+ "_opcode_metadata",
"_operator",
"_osx_support",
"_overlapped",
@@ -88,13 +88,18 @@
"_string",
"_strptime",
"_struct",
+ "_suggestions",
"_symtable",
+ "_sysconfig",
"_testbuffer",
"_testcapi",
"_testclinic",
+ "_testclinic_limited",
"_testconsole",
+ "_testexternalinspection",
"_testimportmultiple",
"_testinternalcapi",
+ "_testlimitedcapi",
"_testmultiphase",
"_testsinglephase",
"_thread",
@@ -109,18 +114,17 @@
"_weakrefset",
"_winapi",
"_xxinterpchannels",
+ "_xxinterpqueues",
"_xxsubinterpreters",
"_xxtestfuzz",
"_zoneinfo",
"abc",
- "aifc",
"antigravity",
"argparse",
"array",
"ast",
"asyncio",
"atexit",
- "audioop",
"base64",
"bdb",
"binascii",
@@ -129,9 +133,6 @@
"bz2",
"cProfile",
"calendar",
- "cgi",
- "cgitb",
- "chunk",
"cmath",
"cmd",
"code",
@@ -146,7 +147,6 @@
"contextvars",
"copy",
"copyreg",
- "crypt",
"csv",
"ctypes",
"curses",
@@ -186,7 +186,6 @@
"http",
"idlelib",
"imaplib",
- "imghdr",
"importlib",
"inspect",
"io",
@@ -194,24 +193,19 @@
"itertools",
"json",
"keyword",
- "lib2to3",
"linecache",
"locale",
"logging",
"lzma",
"mailbox",
- "mailcap",
"marshal",
"math",
"mimetypes",
"mmap",
"modulefinder",
- "msilib",
"msvcrt",
"multiprocessing",
"netrc",
- "nis",
- "nntplib",
"nt",
"ntpath",
"nturl2path",
@@ -220,12 +214,10 @@
"operator",
"optparse",
"os",
- "ossaudiodev",
"pathlib",
"pdb",
"pickle",
"pickletools",
- "pipes",
"pkgutil",
"platform",
"plistlib",
@@ -261,10 +253,8 @@
"signal",
"site",
"smtplib",
- "sndhdr",
"socket",
"socketserver",
- "spwd",
"sqlite3",
"sre_compile",
"sre_constants",
@@ -276,14 +266,12 @@
"stringprep",
"struct",
"subprocess",
- "sunau",
"symtable",
"sys",
"sysconfig",
"syslog",
"tabnanny",
"tarfile",
- "telnetlib",
"tempfile",
"termios",
"textwrap",
@@ -306,7 +294,6 @@
"unicodedata",
"unittest",
"urllib",
- "uu",
"uuid",
"venv",
"warnings",
@@ -316,7 +303,6 @@
"winreg",
"winsound",
"wsgiref",
- "xdrlib",
"xml",
"xmlrpc",
"xx",
@@ -331,5 +317,5 @@
]
)
"""
-Known stdlib modules for Python 3.12.
+Known stdlib modules for Python 3.13.
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment