@@ -73,7 +73,6 @@ bytes.__buffer__
7373bytes.__getattribute__ (inherited)
7474bytes.__str__ (inherited)
7575classmethod.__init__ (inherited)
76- complex.__format__ (inherited)
7776complex.__getattribute__ (inherited)
7877dict.__getattribute__ (inherited)
7978dict_items.__hash__ (inherited)
@@ -107,12 +106,6 @@ _ast.PyCF_TYPE_COMMENTS
107106ast.PyCF_ALLOW_TOP_LEVEL_AWAIT
108107ast.PyCF_OPTIMIZED_AST
109108ast.PyCF_TYPE_COMMENTS
110- base64._z85_b85_decode_diff
111- base64._z85_decode_translation
112- base64._z85_encode_translation
113- base64._z85alphabet
114- base64.z85decode
115- base64.z85encode
116109binascii.__file__
117110_bisect.__file__
118111_blake2.BLAKE2B_MAX_DIGEST_SIZE
@@ -1317,7 +1310,6 @@ sys._current_exceptions
13171310sys._current_frames
13181311sys._debugmallocstats
13191312sys._get_cpu_count_config
1320- sys._getframemodulename
13211313sys._is_gil_enabled
13221314sys._is_interned
13231315sys._setprofileallthreads
@@ -1659,8 +1651,6 @@ tty.cfmakeraw
16591651types.__getattr__
16601652types.get_original_bases
16611653typing.Match
1662- typing._Func
1663- typing.override
16641654unicodedata.__file__
16651655unicodedata._ucnhash_CAPI
16661656unicodedata.combining
@@ -1670,7 +1660,6 @@ unicodedata.digit
16701660unicodedata.is_normalized
16711661unicodedata.numeric
16721662_uuid.__file__
1673- uuid.main
16741663_warnings._defaultaction
16751664_warnings._filters_mutated
16761665_warnings._onceregistry
@@ -1701,10 +1690,10 @@ zoneinfo.TZPATH
17011690
17021691# summary
17031692# cpython_modules 287
1704- # implemented 87
1693+ # implemented 89
17051694# not_implemented 53
17061695# failed_to_import 0
1707- # missing_items 127
1708- # mismatched_items 71
1709- # mismatched_doc_items 66
1696+ # missing_items 125
1697+ # mismatched_items 70
1698+ # mismatched_doc_items 64
17101699# not_implementeds 21
0 commit comments