Skip to content

Commit 5e4800d

Browse files
youknowoneactions-user
authored andcommitted
Update what is left results
1 parent 10cab94 commit 5e4800d

File tree

2 files changed

+8
-29
lines changed

2 files changed

+8
-29
lines changed

_data/whats_left.temp

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ builtins.PythonFinalizationError
7070
array.__file__
7171
array.typecodes
7272
_asyncio.__file__
73-
bdb.E
74-
bdb._MonitoringTracer
7573
binascii.__file__
7674
_bisect.__file__
7775
_blake2.BLAKE2B_MAX_DIGEST_SIZE
@@ -336,8 +334,6 @@ pyexpat.expat_CAPI
336334
pyexpat.features
337335
pyexpat.native_encoding
338336
_random.__file__
339-
random._parse_args
340-
random.main
341337
_remote_debugging.PROCESS_VM_READV_SUPPORTED
342338
_remote_debugging.__file__
343339
resource.RLIMIT_OFILE
@@ -909,10 +905,10 @@ zoneinfo.TZPATH
909905

910906
# summary
911907
# cpython_modules 294
912-
# implemented 154
908+
# implemented 156
913909
# not_implemented 45
914910
# failed_to_import 0
915-
# missing_items 75
916-
# mismatched_items 47
917-
# mismatched_doc_items 36
911+
# missing_items 73
912+
# mismatched_items 46
913+
# mismatched_doc_items 35
918914
# not_implementeds 7

_data/whats_left_lastrun.temp

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -210,12 +210,7 @@ os.ST_SYNCHRONOUS
210210
os.ST_WRITE
211211
os.TMP_MAX
212212
os.XATTR_SIZE_MAX
213-
os._fwalk
214-
os._fwalk_close
215-
os._fwalk_walk
216-
os._fwalk_yield
217213
os.confstr_names
218-
os.fwalk
219214
os.supports_effective_ids
220215
pathlib.EHWPOISON
221216
pdb._ExecutableTarget
@@ -330,7 +325,6 @@ posix.waitid_result
330325
posix.writev
331326
_posixshmem.__file__
332327
_posixsubprocess.__file__
333-
_pydatetime._normalize_century
334328
pyexpat.EXPAT_VERSION
335329
pyexpat.ErrorString
336330
pyexpat.XMLParserType
@@ -612,22 +606,16 @@ _stat.UF_DATAVAULT
612606
_stat.UF_SETTABLE
613607
_stat.UF_TRACKED
614608
_statistics.__file__
615-
_strptime._parse_tz
616-
_strptime._strptime_datetime_date
617-
_strptime._strptime_datetime_datetime
618-
_strptime._strptime_datetime_time
619609
_struct.__file__
620610
sys._clear_internal_caches
621611
sys._clear_type_cache
622-
sys._current_exceptions
623612
sys._debugmallocstats
624613
sys._dump_tracelets
625614
sys._get_cpu_count_config
626615
sys._is_immortal
627616
sys._is_interned
628617
sys.activate_stack_trampoline
629618
sys.addaudithook
630-
sys.call_tracing
631619
sys.deactivate_stack_trampoline
632620
sys.getallocatedblocks
633621
sys.getdlopenflags
@@ -640,8 +628,6 @@ sysconfig._import_from_directory
640628
sysconfig._installation_is_relocated
641629
syslog.LOG_FTP
642630
syslog.__file__
643-
tarfile.LinkFallbackError
644-
tarfile._FILTER_ERRORS
645631
termios.CDSUSP
646632
termios.CEOF
647633
termios.CEOL
@@ -918,18 +904,15 @@ typing.Match
918904
unicodedata.__file__
919905
unicodedata._ucnhash_CAPI
920906
_uuid.__file__
921-
zipfile.ZIP_ZSTANDARD
922-
zipfile.ZSTANDARD_VERSION
923-
zipfile._handle_prepended_data
924907
zlib.__file__
925908
zoneinfo.TZPATH
926909

927910
# summary
928911
# cpython_modules 294
929-
# implemented 150
912+
# implemented 154
930913
# not_implemented 45
931914
# failed_to_import 0
932-
# missing_items 79
933-
# mismatched_items 48
934-
# mismatched_doc_items 38
915+
# missing_items 75
916+
# mismatched_items 47
917+
# mismatched_doc_items 36
935918
# not_implementeds 7

0 commit comments

Comments
 (0)