File tree Expand file tree Collapse file tree 2 files changed +8
-29
lines changed
Expand file tree Collapse file tree 2 files changed +8
-29
lines changed Original file line number Diff line number Diff line change @@ -70,8 +70,6 @@ builtins.PythonFinalizationError
7070array.__file__
7171array.typecodes
7272_asyncio.__file__
73- bdb.E
74- bdb._MonitoringTracer
7573binascii.__file__
7674_bisect.__file__
7775_blake2.BLAKE2B_MAX_DIGEST_SIZE
@@ -336,8 +334,6 @@ pyexpat.expat_CAPI
336334pyexpat.features
337335pyexpat.native_encoding
338336_random.__file__
339- random._parse_args
340- random.main
341337_remote_debugging.PROCESS_VM_READV_SUPPORTED
342338_remote_debugging.__file__
343339resource.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
Original file line number Diff line number Diff line change @@ -210,12 +210,7 @@ os.ST_SYNCHRONOUS
210210os.ST_WRITE
211211os.TMP_MAX
212212os.XATTR_SIZE_MAX
213- os._fwalk
214- os._fwalk_close
215- os._fwalk_walk
216- os._fwalk_yield
217213os.confstr_names
218- os.fwalk
219214os.supports_effective_ids
220215pathlib.EHWPOISON
221216pdb._ExecutableTarget
@@ -330,7 +325,6 @@ posix.waitid_result
330325posix.writev
331326_posixshmem.__file__
332327_posixsubprocess.__file__
333- _pydatetime._normalize_century
334328pyexpat.EXPAT_VERSION
335329pyexpat.ErrorString
336330pyexpat.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__
620610sys._clear_internal_caches
621611sys._clear_type_cache
622- sys._current_exceptions
623612sys._debugmallocstats
624613sys._dump_tracelets
625614sys._get_cpu_count_config
626615sys._is_immortal
627616sys._is_interned
628617sys.activate_stack_trampoline
629618sys.addaudithook
630- sys.call_tracing
631619sys.deactivate_stack_trampoline
632620sys.getallocatedblocks
633621sys.getdlopenflags
@@ -640,8 +628,6 @@ sysconfig._import_from_directory
640628sysconfig._installation_is_relocated
641629syslog.LOG_FTP
642630syslog.__file__
643- tarfile.LinkFallbackError
644- tarfile._FILTER_ERRORS
645631termios.CDSUSP
646632termios.CEOF
647633termios.CEOL
@@ -918,18 +904,15 @@ typing.Match
918904unicodedata.__file__
919905unicodedata._ucnhash_CAPI
920906_uuid.__file__
921- zipfile.ZIP_ZSTANDARD
922- zipfile.ZSTANDARD_VERSION
923- zipfile._handle_prepended_data
924907zlib.__file__
925908zoneinfo.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
You can’t perform that action at this time.
0 commit comments