@@ -24,7 +24,6 @@ _decimal (entire module)
24
24
_distutils_system_mod (entire module)
25
25
_elementtree (entire module)
26
26
_gdbm (entire module)
27
- graphlib (entire module)
28
27
_hashlib (entire module)
29
28
_heapq (entire module)
30
29
imaplib (entire module)
@@ -111,7 +110,6 @@ memory_iterator.__doc__ (inherited)
111
110
memory_iterator.__getattribute__ (inherited)
112
111
memoryview.__getattribute__ (inherited)
113
112
property.__getattribute__ (inherited)
114
- property.__set_name__
115
113
range.__getattribute__ (inherited)
116
114
range_iterator.__doc__ (inherited)
117
115
range_iterator.__getattribute__ (inherited)
@@ -371,7 +369,6 @@ hashlib.__file__
371
369
hashlib.__get_builtin_constructor
372
370
hashlib.algorithms_available
373
371
hashlib.algorithms_guaranteed
374
- hmac.digest
375
372
_imp.create_dynamic
376
373
_imp.exec_dynamic
377
374
inspect.CO_ITERABLE_COROUTINE
@@ -442,8 +439,8 @@ locale.THOUSEP
442
439
locale.T_FMT
443
440
locale.T_FMT_AMPM
444
441
locale.YESEXPR
445
- locale._localize
446
- locale.localize
442
+ locale.k
443
+ locale.v
447
444
logging._after_at_fork_child_reinit_locks
448
445
mimetypes._mimetypes_read_windows_registry
449
446
mmap.PROT_EXEC
@@ -546,7 +543,6 @@ os._fwalk
546
543
os._spawnvef
547
544
os.confstr_names
548
545
os.fwalk
549
- os.pathconf_names
550
546
os.spawnl
551
547
os.spawnle
552
548
os.spawnlp
@@ -668,7 +664,6 @@ posix.makedev
668
664
posix.memfd_create
669
665
posix.minor
670
666
posix.mkfifo
671
- posix.pathconf_names
672
667
posix.pidfd_open
673
668
posix.posix_fadvise
674
669
posix.posix_fallocate
@@ -1230,7 +1225,6 @@ unicodedata.combining
1230
1225
unicodedata.decimal
1231
1226
unicodedata.decomposition
1232
1227
unicodedata.digit
1233
- unicodedata.east_asian_width
1234
1228
unicodedata.is_normalized
1235
1229
unicodedata.mirrored
1236
1230
unicodedata.numeric
@@ -1248,10 +1242,10 @@ zlib.__version__
1248
1242
1249
1243
# summary
1250
1244
# cpython_modules 274
1251
- # implemented 100
1252
- # not_implemented 68
1245
+ # implemented 102
1246
+ # not_implemented 67
1253
1247
# failed_to_import 0
1254
- # missing_items 82
1255
- # mismatched_items 49
1256
- # mismatched_doc_items 42
1248
+ # missing_items 81
1249
+ # mismatched_items 48
1250
+ # mismatched_doc_items 41
1257
1251
# not_implementeds 36
0 commit comments