Skip to content

Commit 9331e89

Browse files
coolreader18actions-user
authored andcommitted
Update what is left results
1 parent 51b77b0 commit 9331e89

File tree

2 files changed

+7
-54
lines changed

2 files changed

+7
-54
lines changed

_data/whats_left.temp

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,6 @@ _codecs.utf_32_le_decode
123123
_codecs.utf_32_le_encode
124124
codecs.__file__
125125
_collections._count_elements
126-
configparser.MultilineContinuationError
127-
configparser.UNNAMED_SECTION
128-
configparser._Line
129-
configparser._ReadState
130-
configparser._UnnamedSection
131126
_contextvars.__file__
132127
copyreg.__cached__
133128
copyreg.__file__
@@ -397,10 +392,6 @@ gc.garbage
397392
gc.get_freeze_count
398393
gc.is_finalized
399394
gc.unfreeze
400-
genericpath.isdevdrive
401-
genericpath.isjunction
402-
genericpath.lexists
403-
gettext._as_int2
404395
glob._Globber
405396
glob._StringGlobber
406397
glob._compile_pattern
@@ -484,10 +475,6 @@ _multiprocessing.SemLock
484475
_multiprocessing.__file__
485476
_multiprocessing.flags
486477
_multiprocessing.sem_unlink
487-
ntpath._isreservedname
488-
ntpath._reserved_chars
489-
ntpath._reserved_names
490-
ntpath.isreserved
491478
opcode.MIN_INSTRUMENTED_OPCODE
492479
opcode._intrinsic_1_descs
493480
opcode._intrinsic_2_descs
@@ -603,10 +590,8 @@ os._fwalk
603590
os._fwalk_close
604591
os._fwalk_walk
605592
os._fwalk_yield
606-
os._walk_symlinks_as_files
607593
os.confstr_names
608594
os.fwalk
609-
os.process_cpu_count
610595
os.statvfs_result
611596
os.supports_effective_ids
612597
pathlib.__path__
@@ -618,7 +603,6 @@ pdb._ZipTarget
618603
pdb._post_mortem
619604
pdb.find_first_executable_line
620605
pickle.PickleBuffer
621-
pickle._NoValue
622606
platform.AndroidVer
623607
platform.IOSVersionInfo
624608
platform._win32_ver
@@ -723,9 +707,7 @@ posix.TFD_TIMER_ABSTIME
723707
posix.TFD_TIMER_CANCEL_ON_SET
724708
posix.TMP_MAX
725709
posix.WCONTINUED
726-
posix.WCOREDUMP
727710
posix.WEXITED
728-
posix.WIFCONTINUED
729711
posix.WNOWAIT
730712
posix.WSTOPPED
731713
posix.WUNTRACED
@@ -1618,10 +1600,10 @@ zoneinfo.TZPATH
16181600

16191601
# summary
16201602
# cpython_modules 287
1621-
# implemented 99
1603+
# implemented 103
16221604
# not_implemented 51
16231605
# failed_to_import 0
1624-
# missing_items 114
1625-
# mismatched_items 68
1606+
# missing_items 110
1607+
# mismatched_items 67
16261608
# mismatched_doc_items 60
16271609
# not_implementeds 21

_data/whats_left_lastrun.temp

Lines changed: 4 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ pstats (entire module)
3737
_queue (entire module)
3838
readline (entire module)
3939
_sha2 (entire module)
40-
_symtable (entire module)
4140
_sysconfig (entire module)
4241
_sysconfigdata__linux_x86_64-linux-gnu (entire module)
4342
_testclinic (entire module)
@@ -1239,34 +1238,6 @@ _strptime._findall
12391238
_struct.__file__
12401239
subprocess._HAVE_POSIX_SPAWN_CLOSEFROM
12411240
subprocess._del_safe
1242-
symtable.CELL
1243-
symtable.Class
1244-
symtable.DEF_ANNOT
1245-
symtable.DEF_BOUND
1246-
symtable.DEF_GLOBAL
1247-
symtable.DEF_IMPORT
1248-
symtable.DEF_LOCAL
1249-
symtable.DEF_NONLOCAL
1250-
symtable.DEF_PARAM
1251-
symtable.FREE
1252-
symtable.Function
1253-
symtable.GLOBAL_EXPLICIT
1254-
symtable.GLOBAL_IMPLICIT
1255-
symtable.LOCAL
1256-
symtable.SCOPE_MASK
1257-
symtable.SCOPE_OFF
1258-
symtable.SymbolTableFactory
1259-
symtable.SymbolTableType
1260-
symtable.USE
1261-
symtable.__all__
1262-
symtable.__builtins__
1263-
symtable.__cached__
1264-
symtable.__file__
1265-
symtable._flags
1266-
symtable._newSymbolTable
1267-
symtable._scopes_names
1268-
symtable._scopes_value_to_name
1269-
symtable.main
12701241
sys._clear_internal_caches
12711242
sys._clear_type_cache
12721243
sys._current_exceptions
@@ -1647,10 +1618,10 @@ zoneinfo.TZPATH
16471618

16481619
# summary
16491620
# cpython_modules 287
1650-
# implemented 98
1651-
# not_implemented 52
1621+
# implemented 99
1622+
# not_implemented 51
16521623
# failed_to_import 0
1653-
# missing_items 115
1624+
# missing_items 114
16541625
# mismatched_items 68
1655-
# mismatched_doc_items 61
1626+
# mismatched_doc_items 60
16561627
# not_implementeds 21

0 commit comments

Comments
 (0)