Skip to content

Commit 8f96809

Browse files
coolreader18actions-user
authored andcommitted
Update what is left results
1 parent 97f0936 commit 8f96809

File tree

2 files changed

+13
-44
lines changed

2 files changed

+13
-44
lines changed

_data/whats_left.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

_data/whats_left_lastrun.temp

Lines changed: 9 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ pyclbr (entire module)
3838
_queue (entire module)
3939
readline (entire module)
4040
_sha2 (entire module)
41-
_stat (entire module)
4241
_symtable (entire module)
4342
_sysconfig (entire module)
4443
_sysconfigdata__linux_x86_64-linux-gnu (entire module)
@@ -57,9 +56,7 @@ _zoneinfo (entire module)
5756

5857
# builtin items
5958
BaseException.__getattribute__ (inherited)
60-
BaseException.__setstate__
6159
BaseException.add_note
62-
NoneType.__doc__ (inherited)
6360
NoneType.__eq__ (inherited)
6461
NoneType.__ge__ (inherited)
6562
NoneType.__gt__ (inherited)
@@ -72,42 +69,29 @@ bytearray.__buffer__
7269
bytearray.__getattribute__ (inherited)
7370
bytearray.__release_buffer__
7471
bytearray.__str__ (inherited)
75-
bytearray_iterator.__doc__ (inherited)
7672
bytes.__buffer__
7773
bytes.__getattribute__ (inherited)
7874
bytes.__str__ (inherited)
79-
bytes_iterator.__doc__ (inherited)
8075
classmethod.__init__ (inherited)
8176
complex.__format__ (inherited)
8277
complex.__getattribute__ (inherited)
8378
dict.__getattribute__ (inherited)
84-
dict_itemiterator.__doc__ (inherited)
85-
dict_items.__doc__ (inherited)
8679
dict_items.__hash__ (inherited)
87-
dict_keyiterator.__doc__ (inherited)
88-
dict_valueiterator.__doc__ (inherited)
89-
dict_values.__doc__ (inherited)
9080
enumerate.__getattribute__ (inherited)
9181
filter.__getattribute__ (inherited)
9282
int.__getattribute__ (inherited)
9383
int.is_integer
9484
list.__getattribute__ (inherited)
95-
list_iterator.__doc__ (inherited)
9685
map.__getattribute__ (inherited)
97-
memory_iterator.__doc__ (inherited)
9886
memoryview.__buffer__
9987
memoryview.__getattribute__ (inherited)
10088
memoryview.__release_buffer__
10189
memoryview._from_flags
10290
property.__getattribute__ (inherited)
10391
range.__getattribute__ (inherited)
104-
range_iterator.__doc__ (inherited)
10592
set.__getattribute__ (inherited)
106-
set_iterator.__doc__ (inherited)
10793
slice.__getattribute__ (inherited)
108-
str_ascii_iterator.__doc__ (inherited)
10994
tuple.__getattribute__ (inherited)
110-
tuple_iterator.__doc__ (inherited)
11195
zip.__getattribute__ (inherited)
11296

11397
# stdlib items
@@ -427,7 +411,6 @@ gc.callbacks
427411
gc.freeze
428412
gc.garbage
429413
gc.get_freeze_count
430-
gc.get_referents
431414
gc.is_finalized
432415
gc.unfreeze
433416
genericpath.isdevdrive
@@ -1270,10 +1253,10 @@ ssl.VERIFY_X509_PARTIAL_CHAIN
12701253
ssl.VERIFY_X509_STRICT
12711254
ssl.VERIFY_X509_TRUSTED_FIRST
12721255
ssl._GLOBAL_DEFAULT_TIMEOUT
1273-
stat.SF_DATALESS
1274-
stat.SF_FIRMLINK
1256+
_stat.UF_DATAVAULT
1257+
_stat.UF_SETTABLE
1258+
_stat.UF_TRACKED
12751259
stat.SF_RESTRICTED
1276-
stat.SF_SETTABLE
12771260
stat.UF_DATAVAULT
12781261
stat.UF_SETTABLE
12791262
stat.UF_TRACKED
@@ -1346,11 +1329,9 @@ sys.call_tracing
13461329
sys.deactivate_stack_trampoline
13471330
sys.getallocatedblocks
13481331
sys.getdlopenflags
1349-
sys.getswitchinterval
13501332
sys.getunicodeinternedsize
13511333
sys.is_stack_trampoline_active
13521334
sys.setdlopenflags
1353-
sys.setswitchinterval
13541335
sys.stdlib_module_names
13551336
sysconfig._CONFIG_VARS_INITIALIZED
13561337
sysconfig.__path__
@@ -1687,7 +1668,6 @@ unicodedata.decimal
16871668
unicodedata.decomposition
16881669
unicodedata.digit
16891670
unicodedata.is_normalized
1690-
unicodedata.mirrored
16911671
unicodedata.numeric
16921672
_uuid.__file__
16931673
uuid.main
@@ -1721,10 +1701,10 @@ zoneinfo.TZPATH
17211701

17221702
# summary
17231703
# cpython_modules 287
1724-
# implemented 86
1725-
# not_implemented 54
1704+
# implemented 87
1705+
# not_implemented 53
17261706
# failed_to_import 0
1727-
# missing_items 126
1728-
# mismatched_items 72
1729-
# mismatched_doc_items 65
1730-
# not_implementeds 33
1707+
# missing_items 127
1708+
# mismatched_items 71
1709+
# mismatched_doc_items 66
1710+
# not_implementeds 21

0 commit comments

Comments
 (0)