@@ -137,7 +137,6 @@ tuple_iterator.__getattribute__ (inherited)
137137zip.__getattribute__ (inherited)
138138
139139# stdlib items
140- builtins.ExceptionGroup
141140builtins.anext
142141__hello__.__file__
143142__phello__.__file__
@@ -405,7 +404,6 @@ gc.get_freeze_count
405404gc.get_referents
406405gc.is_finalized
407406gc.unfreeze
408- genericpath.islink
409407gettext.dnpgettext
410408gettext.dpgettext
411409gettext.npgettext
@@ -489,9 +487,6 @@ _multiprocessing.SemLock
489487_multiprocessing.__file__
490488_multiprocessing.flags
491489_multiprocessing.sem_unlink
492- ntpath.isdevdrive
493- ntpath.isjunction
494- ntpath.splitroot
495490opcode.ENABLE_SPECIALIZATION
496491opcode.MIN_INSTRUMENTED_OPCODE
497492opcode._intrinsic_1_descs
@@ -767,8 +762,6 @@ posix.wait4
767762posix.waitid
768763posix.waitid_result
769764posix.writev
770- posixpath.isjunction
771- posixpath.splitroot
772765_posixsubprocess.__file__
773766_pydecimal.HAVE_CONTEXTVAR
774767_pydecimal._context_attributes
@@ -904,8 +897,6 @@ _socket.CAN_BCM_TX_SEND
904897_socket.CAN_BCM_TX_SETUP
905898_socket.CAN_BCM_TX_STATUS
906899_socket.CAPI
907- _socket.CMSG_LEN
908- _socket.CMSG_SPACE
909900_socket.EAI_ADDRFAMILY
910901_socket.ETHERTYPE_ARP
911902_socket.ETHERTYPE_IP
@@ -1088,7 +1079,6 @@ socket.TIPC_WAIT_FOREVER
10881079socket.TIPC_WITHDRAWN
10891080socket.TIPC_ZONE_SCOPE
10901081socket.recv_fds
1091- socket.send_fds
10921082socketserver.ForkingUnixDatagramServer
10931083socketserver.ForkingUnixStreamServer
10941084_sqlite3.LEGACY_TRANSACTION_CONTROL
@@ -1519,10 +1509,10 @@ zlib.__version__
15191509
15201510# summary
15211511# cpython_modules 282
1522- # implemented 87
1512+ # implemented 90
15231513# not_implemented 67
15241514# failed_to_import 0
1525- # missing_items 108
1515+ # missing_items 105
15261516# mismatched_items 61
1527- # mismatched_doc_items 50
1517+ # mismatched_doc_items 49
15281518# not_implementeds 37
0 commit comments