From c1137ee36414a042e30712cd491b39481737a4ea Mon Sep 17 00:00:00 2001 From: Pavel Karateev Date: Thu, 21 Dec 2023 06:55:11 +0100 Subject: [PATCH] stdlib modules removed in Python 3.13 (PEP 594) (#11193) --- stdlib/VERSIONS | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/stdlib/VERSIONS b/stdlib/VERSIONS index 25c097415..5099a94c9 100644 --- a/stdlib/VERSIONS +++ b/stdlib/VERSIONS @@ -57,7 +57,7 @@ _weakref: 3.0- _weakrefset: 3.0- _winapi: 3.3- abc: 3.0- -aifc: 3.0- +aifc: 3.0-3.12 antigravity: 3.0- argparse: 3.0- array: 3.0- @@ -75,7 +75,7 @@ asyncio.timeouts: 3.11- asyncio.trsock: 3.8- asyncore: 3.0-3.11 atexit: 3.0- -audioop: 3.0- +audioop: 3.0-3.12 base64: 3.0- bdb: 3.0- binascii: 3.0- @@ -85,9 +85,9 @@ builtins: 3.0- bz2: 3.0- cProfile: 3.0- calendar: 3.0- -cgi: 3.0- -cgitb: 3.0- -chunk: 3.0- +cgi: 3.0-3.12 +cgitb: 3.0-3.12 +chunk: 3.0-3.12 cmath: 3.0- cmd: 3.0- code: 3.0- @@ -103,7 +103,7 @@ contextlib: 3.0- contextvars: 3.7- copy: 3.0- copyreg: 3.0- -crypt: 3.0- +crypt: 3.0-3.12 csv: 3.0- ctypes: 3.0- curses: 3.0- @@ -147,7 +147,7 @@ hmac: 3.0- html: 3.0- http: 3.0- imaplib: 3.0- -imghdr: 3.0- +imghdr: 3.0-3.12 imp: 3.0-3.11 importlib: 3.0- importlib._abc: 3.10- @@ -172,20 +172,20 @@ logging: 3.0- lzma: 3.3- macpath: 3.0-3.7 mailbox: 3.0- -mailcap: 3.0- +mailcap: 3.0-3.12 marshal: 3.0- math: 3.0- mimetypes: 3.0- mmap: 3.0- modulefinder: 3.0- -msilib: 3.0- +msilib: 3.0-3.12 msvcrt: 3.0- multiprocessing: 3.0- multiprocessing.resource_tracker: 3.8- multiprocessing.shared_memory: 3.8- netrc: 3.0- -nis: 3.0- -nntplib: 3.0- +nis: 3.0-3.12 +nntplib: 3.0-3.12 nt: 3.0- ntpath: 3.0- nturl2path: 3.0- @@ -194,13 +194,13 @@ opcode: 3.0- operator: 3.0- optparse: 3.0- os: 3.0- -ossaudiodev: 3.0- +ossaudiodev: 3.0-3.12 parser: 3.0-3.9 pathlib: 3.4- pdb: 3.0- pickle: 3.0- pickletools: 3.0- -pipes: 3.0- +pipes: 3.0-3.12 pkgutil: 3.0- platform: 3.0- plistlib: 3.0- @@ -237,10 +237,10 @@ signal: 3.0- site: 3.0- smtpd: 3.0-3.11 smtplib: 3.0- -sndhdr: 3.0- +sndhdr: 3.0-3.12 socket: 3.0- socketserver: 3.0- -spwd: 3.0- +spwd: 3.0-3.12 sqlite3: 3.0- sre_compile: 3.0- sre_constants: 3.0- @@ -252,7 +252,7 @@ string: 3.0- stringprep: 3.0- struct: 3.0- subprocess: 3.0- -sunau: 3.0- +sunau: 3.0-3.12 symbol: 3.0-3.9 symtable: 3.0- sys: 3.0- @@ -261,7 +261,7 @@ sysconfig: 3.0- syslog: 3.0- tabnanny: 3.0- tarfile: 3.0- -telnetlib: 3.0- +telnetlib: 3.0-3.12 tempfile: 3.0- termios: 3.0- textwrap: 3.0- @@ -286,7 +286,7 @@ unittest: 3.0- unittest._log: 3.9- unittest.async_case: 3.8- urllib: 3.0- -uu: 3.0- +uu: 3.0-3.12 uuid: 3.0- venv: 3.3- warnings: 3.0- @@ -297,7 +297,7 @@ winreg: 3.0- winsound: 3.0- wsgiref: 3.0- wsgiref.types: 3.11- -xdrlib: 3.0- +xdrlib: 3.0-3.12 xml: 3.0- xmlrpc: 3.0- xxlimited: 3.2-