@@ -24,7 +24,6 @@ _decimal (entire module)
2424_distutils_system_mod (entire module)
2525_elementtree (entire module)
2626_gdbm (entire module)
27- graphlib (entire module)
2827_hashlib (entire module)
2928_heapq (entire module)
3029imaplib (entire module)
@@ -111,7 +110,6 @@ memory_iterator.__doc__ (inherited)
111110memory_iterator.__getattribute__ (inherited)
112111memoryview.__getattribute__ (inherited)
113112property.__getattribute__ (inherited)
114- property.__set_name__
115113range.__getattribute__ (inherited)
116114range_iterator.__doc__ (inherited)
117115range_iterator.__getattribute__ (inherited)
@@ -371,7 +369,6 @@ hashlib.__file__
371369hashlib.__get_builtin_constructor
372370hashlib.algorithms_available
373371hashlib.algorithms_guaranteed
374- hmac.digest
375372_imp.create_dynamic
376373_imp.exec_dynamic
377374inspect.CO_ITERABLE_COROUTINE
@@ -442,8 +439,8 @@ locale.THOUSEP
442439locale.T_FMT
443440locale.T_FMT_AMPM
444441locale.YESEXPR
445- locale._localize
446- locale.localize
442+ locale.k
443+ locale.v
447444logging._after_at_fork_child_reinit_locks
448445mimetypes._mimetypes_read_windows_registry
449446mmap.PROT_EXEC
@@ -546,7 +543,6 @@ os._fwalk
546543os._spawnvef
547544os.confstr_names
548545os.fwalk
549- os.pathconf_names
550546os.spawnl
551547os.spawnle
552548os.spawnlp
@@ -668,7 +664,6 @@ posix.makedev
668664posix.memfd_create
669665posix.minor
670666posix.mkfifo
671- posix.pathconf_names
672667posix.pidfd_open
673668posix.posix_fadvise
674669posix.posix_fallocate
@@ -1230,7 +1225,6 @@ unicodedata.combining
12301225unicodedata.decimal
12311226unicodedata.decomposition
12321227unicodedata.digit
1233- unicodedata.east_asian_width
12341228unicodedata.is_normalized
12351229unicodedata.mirrored
12361230unicodedata.numeric
@@ -1248,10 +1242,10 @@ zlib.__version__
12481242
12491243# summary
12501244# cpython_modules 274
1251- # implemented 100
1252- # not_implemented 68
1245+ # implemented 102
1246+ # not_implemented 67
12531247# 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
12571251# not_implementeds 36
0 commit comments