@@ -137,7 +137,6 @@ tuple_iterator.__getattribute__ (inherited)
137
137
zip.__getattribute__ (inherited)
138
138
139
139
# stdlib items
140
- builtins.ExceptionGroup
141
140
builtins.anext
142
141
__hello__.__file__
143
142
__phello__.__file__
@@ -405,7 +404,6 @@ gc.get_freeze_count
405
404
gc.get_referents
406
405
gc.is_finalized
407
406
gc.unfreeze
408
- genericpath.islink
409
407
gettext.dnpgettext
410
408
gettext.dpgettext
411
409
gettext.npgettext
@@ -489,9 +487,6 @@ _multiprocessing.SemLock
489
487
_multiprocessing.__file__
490
488
_multiprocessing.flags
491
489
_multiprocessing.sem_unlink
492
- ntpath.isdevdrive
493
- ntpath.isjunction
494
- ntpath.splitroot
495
490
opcode.ENABLE_SPECIALIZATION
496
491
opcode.MIN_INSTRUMENTED_OPCODE
497
492
opcode._intrinsic_1_descs
@@ -767,8 +762,6 @@ posix.wait4
767
762
posix.waitid
768
763
posix.waitid_result
769
764
posix.writev
770
- posixpath.isjunction
771
- posixpath.splitroot
772
765
_posixsubprocess.__file__
773
766
_pydecimal.HAVE_CONTEXTVAR
774
767
_pydecimal._context_attributes
@@ -904,8 +897,6 @@ _socket.CAN_BCM_TX_SEND
904
897
_socket.CAN_BCM_TX_SETUP
905
898
_socket.CAN_BCM_TX_STATUS
906
899
_socket.CAPI
907
- _socket.CMSG_LEN
908
- _socket.CMSG_SPACE
909
900
_socket.EAI_ADDRFAMILY
910
901
_socket.ETHERTYPE_ARP
911
902
_socket.ETHERTYPE_IP
@@ -1088,7 +1079,6 @@ socket.TIPC_WAIT_FOREVER
1088
1079
socket.TIPC_WITHDRAWN
1089
1080
socket.TIPC_ZONE_SCOPE
1090
1081
socket.recv_fds
1091
- socket.send_fds
1092
1082
socketserver.ForkingUnixDatagramServer
1093
1083
socketserver.ForkingUnixStreamServer
1094
1084
_sqlite3.LEGACY_TRANSACTION_CONTROL
@@ -1519,10 +1509,10 @@ zlib.__version__
1519
1509
1520
1510
# summary
1521
1511
# cpython_modules 282
1522
- # implemented 87
1512
+ # implemented 90
1523
1513
# not_implemented 67
1524
1514
# failed_to_import 0
1525
- # missing_items 108
1515
+ # missing_items 105
1526
1516
# mismatched_items 61
1527
- # mismatched_doc_items 50
1517
+ # mismatched_doc_items 49
1528
1518
# not_implementeds 37
0 commit comments