File tree 2 files changed +5
-27
lines changed
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
1326
1326
threading.settrace_all_threads
1327
1327
time._STRUCT_TM_ITEMS
1328
1328
time.altzone
1329
- time.daylight
1330
1329
time.pthread_getcpuclockid
1331
- time.timezone
1332
- time.tzname
1333
1330
time.tzset
1334
1331
token.EXCLAMATION
1335
1332
token.FSTRING_END
Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ _tracemalloc (entire module)
59
59
tracemalloc (entire module)
60
60
turtle (entire module)
61
61
turtledemo (entire module)
62
- _typing (entire module)
63
62
wave (entire module)
64
63
_xxinterpchannels (entire module)
65
64
xxlimited_35 (entire module)
@@ -404,10 +403,6 @@ gc.get_freeze_count
404
403
gc.get_referents
405
404
gc.is_finalized
406
405
gc.unfreeze
407
- gettext.dnpgettext
408
- gettext.dpgettext
409
- gettext.npgettext
410
- gettext.pgettext
411
406
grp.__file__
412
407
gzip.READ_BUFFER_SIZE
413
408
gzip._WRITE_BUFFER_SIZE
@@ -596,18 +591,6 @@ os.confstr_names
596
591
os.fwalk
597
592
os.statvfs_result
598
593
os.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
611
594
pdb._ModuleTarget
612
595
pdb._ScriptTarget
613
596
pickle.PickleBuffer
@@ -752,8 +735,6 @@ posix.setpgrp
752
735
posix.setxattr
753
736
posix.splice
754
737
posix.statvfs
755
- posix.sysconf
756
- posix.sysconf_names
757
738
posix.tcgetpgrp
758
739
posix.tcsetpgrp
759
740
posix.unshare
@@ -1505,10 +1486,10 @@ zlib.__version__
1505
1486
1506
1487
# summary
1507
1488
# cpython_modules 282
1508
- # implemented 90
1509
- # not_implemented 67
1489
+ # implemented 92
1490
+ # not_implemented 66
1510
1491
# 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
1514
1495
# not_implementeds 37
You can’t perform that action at this time.
0 commit comments