@@ -38,7 +38,6 @@ pyclbr (entire module)
38
38
_queue (entire module)
39
39
readline (entire module)
40
40
_sha2 (entire module)
41
- _stat (entire module)
42
41
_symtable (entire module)
43
42
_sysconfig (entire module)
44
43
_sysconfigdata__linux_x86_64-linux-gnu (entire module)
@@ -57,9 +56,7 @@ _zoneinfo (entire module)
57
56
58
57
# builtin items
59
58
BaseException.__getattribute__ (inherited)
60
- BaseException.__setstate__
61
59
BaseException.add_note
62
- NoneType.__doc__ (inherited)
63
60
NoneType.__eq__ (inherited)
64
61
NoneType.__ge__ (inherited)
65
62
NoneType.__gt__ (inherited)
@@ -72,42 +69,29 @@ bytearray.__buffer__
72
69
bytearray.__getattribute__ (inherited)
73
70
bytearray.__release_buffer__
74
71
bytearray.__str__ (inherited)
75
- bytearray_iterator.__doc__ (inherited)
76
72
bytes.__buffer__
77
73
bytes.__getattribute__ (inherited)
78
74
bytes.__str__ (inherited)
79
- bytes_iterator.__doc__ (inherited)
80
75
classmethod.__init__ (inherited)
81
76
complex.__format__ (inherited)
82
77
complex.__getattribute__ (inherited)
83
78
dict.__getattribute__ (inherited)
84
- dict_itemiterator.__doc__ (inherited)
85
- dict_items.__doc__ (inherited)
86
79
dict_items.__hash__ (inherited)
87
- dict_keyiterator.__doc__ (inherited)
88
- dict_valueiterator.__doc__ (inherited)
89
- dict_values.__doc__ (inherited)
90
80
enumerate.__getattribute__ (inherited)
91
81
filter.__getattribute__ (inherited)
92
82
int.__getattribute__ (inherited)
93
83
int.is_integer
94
84
list.__getattribute__ (inherited)
95
- list_iterator.__doc__ (inherited)
96
85
map.__getattribute__ (inherited)
97
- memory_iterator.__doc__ (inherited)
98
86
memoryview.__buffer__
99
87
memoryview.__getattribute__ (inherited)
100
88
memoryview.__release_buffer__
101
89
memoryview._from_flags
102
90
property.__getattribute__ (inherited)
103
91
range.__getattribute__ (inherited)
104
- range_iterator.__doc__ (inherited)
105
92
set.__getattribute__ (inherited)
106
- set_iterator.__doc__ (inherited)
107
93
slice.__getattribute__ (inherited)
108
- str_ascii_iterator.__doc__ (inherited)
109
94
tuple.__getattribute__ (inherited)
110
- tuple_iterator.__doc__ (inherited)
111
95
zip.__getattribute__ (inherited)
112
96
113
97
# stdlib items
@@ -427,7 +411,6 @@ gc.callbacks
427
411
gc.freeze
428
412
gc.garbage
429
413
gc.get_freeze_count
430
- gc.get_referents
431
414
gc.is_finalized
432
415
gc.unfreeze
433
416
genericpath.isdevdrive
@@ -1270,10 +1253,10 @@ ssl.VERIFY_X509_PARTIAL_CHAIN
1270
1253
ssl.VERIFY_X509_STRICT
1271
1254
ssl.VERIFY_X509_TRUSTED_FIRST
1272
1255
ssl._GLOBAL_DEFAULT_TIMEOUT
1273
- stat.SF_DATALESS
1274
- stat.SF_FIRMLINK
1256
+ _stat.UF_DATAVAULT
1257
+ _stat.UF_SETTABLE
1258
+ _stat.UF_TRACKED
1275
1259
stat.SF_RESTRICTED
1276
- stat.SF_SETTABLE
1277
1260
stat.UF_DATAVAULT
1278
1261
stat.UF_SETTABLE
1279
1262
stat.UF_TRACKED
@@ -1346,11 +1329,9 @@ sys.call_tracing
1346
1329
sys.deactivate_stack_trampoline
1347
1330
sys.getallocatedblocks
1348
1331
sys.getdlopenflags
1349
- sys.getswitchinterval
1350
1332
sys.getunicodeinternedsize
1351
1333
sys.is_stack_trampoline_active
1352
1334
sys.setdlopenflags
1353
- sys.setswitchinterval
1354
1335
sys.stdlib_module_names
1355
1336
sysconfig._CONFIG_VARS_INITIALIZED
1356
1337
sysconfig.__path__
@@ -1687,7 +1668,6 @@ unicodedata.decimal
1687
1668
unicodedata.decomposition
1688
1669
unicodedata.digit
1689
1670
unicodedata.is_normalized
1690
- unicodedata.mirrored
1691
1671
unicodedata.numeric
1692
1672
_uuid.__file__
1693
1673
uuid.main
@@ -1721,10 +1701,10 @@ zoneinfo.TZPATH
1721
1701
1722
1702
# summary
1723
1703
# cpython_modules 287
1724
- # implemented 86
1725
- # not_implemented 54
1704
+ # implemented 87
1705
+ # not_implemented 53
1726
1706
# failed_to_import 0
1727
- # missing_items 126
1728
- # mismatched_items 72
1729
- # mismatched_doc_items 65
1730
- # not_implementeds 33
1707
+ # missing_items 127
1708
+ # mismatched_items 71
1709
+ # mismatched_doc_items 66
1710
+ # not_implementeds 21
0 commit comments