Skip to content

Commit 0d9cf3f

Browse files
coolreader18actions-user
authored andcommitted
Update what is left results
1 parent 63721dd commit 0d9cf3f

File tree

2 files changed

+9
-41
lines changed

2 files changed

+9
-41
lines changed

_data/whats_left.temp

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,6 @@ posix.makedev
334334
posix.memfd_create
335335
posix.minor
336336
posix.mkfifo
337-
posix.pidfd_open
338337
posix.posix_fadvise
339338
posix.posix_fallocate
340339
posix.posix_openpt
@@ -387,7 +386,6 @@ pyexpat.native_encoding
387386
_random.__file__
388387
random._parse_args
389388
random.main
390-
re.PatternError
391389
resource.RLIMIT_OFILE
392390
resource.__file__
393391
resource.getpagesize
@@ -409,7 +407,6 @@ _signal.SIGIOT
409407
_signal.SIGPOLL
410408
_signal.SIGRTMAX
411409
_signal.SIGRTMIN
412-
_signal.pidfd_send_signal
413410
_signal.pthread_kill
414411
_signal.sigpending
415412
_signal.sigtimedwait
@@ -728,7 +725,6 @@ _thread.start_joinable_thread
728725
_thread.start_new
729726
threading._DeleteDummyThreadOnDel
730727
threading.setprofile_all_threads
731-
threading.settrace_all_threads
732728
time.altzone
733729
time.pthread_getcpuclockid
734730
time.tzset
@@ -940,8 +936,6 @@ tty.TIOCSER_TEMT
940936
tty.TIOCSETD
941937
tty.TIOCSLCKTRMIOS
942938
tty.TIOCSSERIAL
943-
tty.cfmakecbreak
944-
tty.cfmakeraw
945939
typing.Match
946940
unicodedata.__file__
947941
unicodedata._ucnhash_CAPI
@@ -959,21 +953,15 @@ _warnings.filters
959953
_warnings.warn_explicit
960954
warnings._defaultaction
961955
warnings._onceregistry
962-
zipimport.END_CENTRAL_DIR_LOCATOR_SIZE_64
963-
zipimport.END_CENTRAL_DIR_SIZE_64
964-
zipimport.MAX_UINT32
965-
zipimport.STRING_END_LOCATOR_64
966-
zipimport.STRING_END_ZIP_64
967-
zipimport.ZIP64_EXTRA_TAG
968956
zlib.__file__
969957
zoneinfo.TZPATH
970958

971959
# summary
972960
# cpython_modules 287
973-
# implemented 125
961+
# implemented 126
974962
# not_implemented 47
975963
# failed_to_import 0
976-
# missing_items 86
964+
# missing_items 84
977965
# mismatched_items 55
978-
# mismatched_doc_items 43
966+
# mismatched_doc_items 42
979967
# not_implementeds 19

_data/whats_left_lastrun.temp

Lines changed: 6 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ _csv.__file__
122122
_csv._dialects
123123
_ctypes.__file__
124124
datetime.datetime_CAPI
125+
dis.name
126+
dis.op
125127
faulthandler._stack_overflow
126128
fcntl.DN_ACCESS
127129
fcntl.DN_ATTRIB
@@ -201,7 +203,6 @@ _locale.bind_textdomain_codeset
201203
_locale.bindtextdomain
202204
_locale.dcgettext
203205
_locale.dgettext
204-
_locale.getencoding
205206
_locale.gettext
206207
_locale.nl_langinfo
207208
_locale.textdomain
@@ -272,13 +273,6 @@ pdb._ZipTarget
272273
pdb._post_mortem
273274
pdb.find_first_executable_line
274275
pickle.PickleBuffer
275-
platform.AndroidVer
276-
platform.IOSVersionInfo
277-
platform._win32_ver
278-
platform._wmi
279-
platform._wmi_query
280-
platform.android_ver
281-
platform.ios_ver
282276
posix.CLONE_NEWTIME
283277
posix.MFD_HUGE_16GB
284278
posix.MFD_HUGE_16MB
@@ -596,8 +590,6 @@ socket.TIPC_TOP_SRV
596590
socket.TIPC_WAIT_FOREVER
597591
socket.TIPC_WITHDRAWN
598592
socket.TIPC_ZONE_SCOPE
599-
socketserver.ForkingUnixDatagramServer
600-
socketserver.ForkingUnixStreamServer
601593
_sqlite3.SQLITE_DBCONFIG_DEFENSIVE
602594
_sqlite3.SQLITE_DBCONFIG_DQS_DDL
603595
_sqlite3.SQLITE_DBCONFIG_DQS_DML
@@ -667,8 +659,6 @@ sys.is_stack_trampoline_active
667659
sys.setdlopenflags
668660
syslog.LOG_FTP
669661
syslog.__file__
670-
tempfile._dont_follow_symlinks
671-
tempfile._resetperms
672662
termios.CDSUSP
673663
termios.CEOF
674664
termios.CEOL
@@ -897,16 +887,6 @@ tkinter.image_names
897887
tkinter.image_types
898888
tkinter.mainloop
899889
tkinter.wantobjects
900-
token.EXCLAMATION
901-
token.FSTRING_END
902-
token.FSTRING_MIDDLE
903-
token.FSTRING_START
904-
token.SOFT_KEYWORD
905-
tokenize.EXCLAMATION
906-
tokenize.FSTRING_END
907-
tokenize.FSTRING_MIDDLE
908-
tokenize.FSTRING_START
909-
tokenize.SOFT_KEYWORD
910890
tokenize._generate_tokens_from_c_tokenizer
911891
tokenize._transform_msg
912892
tty.CDSUSP
@@ -990,10 +970,10 @@ zoneinfo.TZPATH
990970

991971
# summary
992972
# cpython_modules 287
993-
# implemented 123
973+
# implemented 125
994974
# not_implemented 47
995975
# failed_to_import 0
996-
# missing_items 89
997-
# mismatched_items 56
998-
# mismatched_doc_items 45
976+
# missing_items 86
977+
# mismatched_items 55
978+
# mismatched_doc_items 43
999979
# not_implementeds 19

0 commit comments

Comments
 (0)