Skip to content

Commit 2ab0033

Browse files
coolreader18actions-user
authored andcommitted
Update what is left results
1 parent 6a5caf2 commit 2ab0033

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

_data/whats_left.temp

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# modules
22
_ast_unparse (entire module)
3-
_asyncio (entire module)
43
cProfile (entire module)
54
_codecs_cn (entire module)
65
_codecs_hk (entire module)
@@ -82,6 +81,7 @@ array.typecodes
8281
_ast.PyCF_ALLOW_TOP_LEVEL_AWAIT
8382
ast.PyCF_ALLOW_TOP_LEVEL_AWAIT
8483
ast.compare
84+
_asyncio.__file__
8585
asyncio.__getattr__
8686
bdb.E
8787
bdb._MonitoringTracer
@@ -136,7 +136,6 @@ dataclasses._create_slots
136136
dataclasses._make_annotate_function
137137
dataclasses._update_func_cell_for__class__
138138
datetime.datetime_CAPI
139-
decimal.IEEE_CONTEXT_MAX_BITS
140139
dis.name
141140
dis.op
142141
doctest.__unittest
@@ -551,7 +550,6 @@ posixpath._varsubb
551550
_posixshmem.__file__
552551
_posixsubprocess.__file__
553552
_pydatetime._normalize_century
554-
_pydecimal.IEEE_CONTEXT_MAX_BITS
555553
pydoc._adjust_cli_sys_path
556554
pydoc._findclass
557555
pydoc._finddoc
@@ -857,11 +855,6 @@ _strptime._strptime_datetime_date
857855
_strptime._strptime_datetime_datetime
858856
_strptime._strptime_datetime_time
859857
_struct.__file__
860-
symtable.DEF_COMP_CELL
861-
symtable.DEF_COMP_ITER
862-
symtable.DEF_FREE_CLASS
863-
symtable.DEF_TYPE_PARAM
864-
symtable._get_scope
865858
sys._clear_internal_caches
866859
sys._clear_type_cache
867860
sys._current_exceptions
@@ -1204,10 +1197,10 @@ zoneinfo.TZPATH
12041197

12051198
# summary
12061199
# cpython_modules 294
1207-
# implemented 109
1208-
# not_implemented 50
1200+
# implemented 110
1201+
# not_implemented 49
12091202
# failed_to_import 0
1210-
# missing_items 105
1211-
# mismatched_items 74
1212-
# mismatched_doc_items 48
1203+
# missing_items 103
1204+
# mismatched_items 75
1205+
# mismatched_doc_items 49
12131206
# not_implementeds 8

_data/whats_left/modules.csv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
module
22
_ast_unparse
3-
_asyncio
43
_codecs_cn
54
_codecs_hk
65
_codecs_iso2022

0 commit comments

Comments
 (0)