update for the new patch releases (#13196)

This commit is contained in:
Stephen Morton
2024-12-05 09:24:07 -08:00
committed by GitHub
parent d0d0496f78
commit 1798badcdd
11 changed files with 42 additions and 30 deletions

View File

@@ -2,11 +2,6 @@
# >= 3.13
# =======
# TODO: New in 3.13.1
_socket.SO_BINDTODEVICE
socket.__all__
socket.SO_BINDTODEVICE
# Depends on HAVE_NCURSESW and how we install CPython,
# should be removed when 3.13 will be officially released:
_?curses.unget_wch

View File

@@ -2,13 +2,6 @@
# New errors in Python 3.12
# =========================
# TODO: New in 3.12.8
argparse.ArgumentParser._parse_known_args
concurrent.futures.process._SafeQueue.__init__
pickletools.read_stringnl
token.__all__
tokenize.__all__
# =======
# >= 3.12

View File

@@ -2,14 +2,6 @@
# New errors in Python 3.13
# =========================
# TODO: New in 3.13.1
argparse.ArgumentParser._parse_known_args
codeop.Compile.__call__
concurrent.futures.process._SafeQueue.__init__
pickletools.read_stringnl
token.__all__
tokenize.__all__
# =======
# >= 3.13