File tree Expand file tree Collapse file tree 2 files changed +5
-27
lines changed Expand file tree Collapse file tree 2 files changed +5
-27
lines changed Original file line number Diff line number Diff line change @@ -1326,10 +1326,7 @@ threading.setprofile_all_threads
13261326threading.settrace_all_threads
13271327time._STRUCT_TM_ITEMS
13281328time.altzone
1329- time.daylight
13301329time.pthread_getcpuclockid
1331- time.timezone
1332- time.tzname
13331330time.tzset
13341331token.EXCLAMATION
13351332token.FSTRING_END
Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ _tracemalloc (entire module)
5959tracemalloc (entire module)
6060turtle (entire module)
6161turtledemo (entire module)
62- _typing (entire module)
6362wave (entire module)
6463_xxinterpchannels (entire module)
6564xxlimited_35 (entire module)
@@ -404,10 +403,6 @@ gc.get_freeze_count
404403gc.get_referents
405404gc.is_finalized
406405gc.unfreeze
407- gettext.dnpgettext
408- gettext.dpgettext
409- gettext.npgettext
410- gettext.pgettext
411406grp.__file__
412407gzip.READ_BUFFER_SIZE
413408gzip._WRITE_BUFFER_SIZE
@@ -596,18 +591,6 @@ os.confstr_names
596591os.fwalk
597592os.statvfs_result
598593os.supports_effective_ids
599- os.sysconf_names
600- pathlib._DoubleRecursiveWildcardSelector
601- pathlib._FNMATCH_PREFIX
602- pathlib._FNMATCH_SLICE
603- pathlib._FNMATCH_SUFFIX
604- pathlib._IGNORED_ERRNOS
605- pathlib._ParentSelector
606- pathlib._SWAP_SEP_AND_NEWLINE
607- pathlib._WIN_RESERVED_NAMES
608- pathlib._compile_pattern
609- pathlib._compile_pattern_lines
610- pathlib._is_case_sensitive
611594pdb._ModuleTarget
612595pdb._ScriptTarget
613596pickle.PickleBuffer
@@ -752,8 +735,6 @@ posix.setpgrp
752735posix.setxattr
753736posix.splice
754737posix.statvfs
755- posix.sysconf
756- posix.sysconf_names
757738posix.tcgetpgrp
758739posix.tcsetpgrp
759740posix.unshare
@@ -1505,10 +1486,10 @@ zlib.__version__
15051486
15061487# summary
15071488# cpython_modules 282
1508- # implemented 90
1509- # not_implemented 67
1489+ # implemented 92
1490+ # not_implemented 66
15101491# failed_to_import 0
1511- # missing_items 105
1512- # mismatched_items 61
1513- # mismatched_doc_items 49
1492+ # missing_items 103
1493+ # mismatched_items 60
1494+ # mismatched_doc_items 50
15141495# not_implementeds 37
You can’t perform that action at this time.
0 commit comments