Skip to content

Commit dedb606

Browse files
coolreader18actions-user
authored andcommitted
Update what is left results
1 parent c28235c commit dedb606

File tree

2 files changed

+8
-22
lines changed

2 files changed

+8
-22
lines changed

_data/whats_left.temp

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ configparser._Line
136136
configparser._ReadState
137137
configparser._UnnamedSection
138138
_contextvars.__file__
139-
copy.replace
140139
copyreg.__cached__
141140
copyreg.__file__
142141
_csv.Reader
@@ -1648,8 +1647,6 @@ tty.TIOCSLCKTRMIOS
16481647
tty.TIOCSSERIAL
16491648
tty.cfmakecbreak
16501649
tty.cfmakeraw
1651-
types.__getattr__
1652-
types.get_original_bases
16531650
typing.Match
16541651
unicodedata.__file__
16551652
unicodedata._ucnhash_CAPI
@@ -1690,10 +1687,10 @@ zoneinfo.TZPATH
16901687

16911688
# summary
16921689
# cpython_modules 287
1693-
# implemented 89
1690+
# implemented 91
16941691
# not_implemented 53
16951692
# failed_to_import 0
1696-
# missing_items 125
1697-
# mismatched_items 70
1698-
# mismatched_doc_items 64
1693+
# missing_items 123
1694+
# mismatched_items 69
1695+
# mismatched_doc_items 63
16991696
# not_implementeds 21

_data/whats_left_lastrun.temp

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ bytes.__buffer__
7373
bytes.__getattribute__ (inherited)
7474
bytes.__str__ (inherited)
7575
classmethod.__init__ (inherited)
76-
complex.__format__ (inherited)
7776
complex.__getattribute__ (inherited)
7877
dict.__getattribute__ (inherited)
7978
dict_items.__hash__ (inherited)
@@ -107,12 +106,6 @@ _ast.PyCF_TYPE_COMMENTS
107106
ast.PyCF_ALLOW_TOP_LEVEL_AWAIT
108107
ast.PyCF_OPTIMIZED_AST
109108
ast.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
116109
binascii.__file__
117110
_bisect.__file__
118111
_blake2.BLAKE2B_MAX_DIGEST_SIZE
@@ -1317,7 +1310,6 @@ sys._current_exceptions
13171310
sys._current_frames
13181311
sys._debugmallocstats
13191312
sys._get_cpu_count_config
1320-
sys._getframemodulename
13211313
sys._is_gil_enabled
13221314
sys._is_interned
13231315
sys._setprofileallthreads
@@ -1659,8 +1651,6 @@ tty.cfmakeraw
16591651
types.__getattr__
16601652
types.get_original_bases
16611653
typing.Match
1662-
typing._Func
1663-
typing.override
16641654
unicodedata.__file__
16651655
unicodedata._ucnhash_CAPI
16661656
unicodedata.combining
@@ -1670,7 +1660,6 @@ unicodedata.digit
16701660
unicodedata.is_normalized
16711661
unicodedata.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

Comments
 (0)