Skip to content

Commit a877235

Browse files
coolreader18actions-user
authored andcommitted
Update what is left results
1 parent 571818f commit a877235

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

Diff for: _data/whats_left.temp

+7-12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
test_sqlite3: testing with SQLite version 3.37.2
1+
test_sqlite3: testing with SQLite version 3.45.1
22
# modules
33
_abc (entire module)
44
_aix_support (entire module)
@@ -43,7 +43,6 @@ _pylong (entire module)
4343
_queue (entire module)
4444
readline (entire module)
4545
_sha2 (entire module)
46-
smtplib (entire module)
4746
_sqlite3 (entire module)
4847
_stat (entire module)
4948
_symtable (entire module)
@@ -456,11 +455,6 @@ _locale.gettext
456455
_locale.nl_langinfo
457456
_locale.textdomain
458457
locale._getdefaultlocale
459-
logging._is_internal_frame
460-
logging.getHandlerByName
461-
logging.getHandlerNames
462-
logging.getLevelNamesMapping
463-
logging.logAsyncioTasks
464458
math.__file__
465459
math.sumprod
466460
_md5.MD5Type
@@ -492,6 +486,7 @@ os.CLONE_NEWIPC
492486
os.CLONE_NEWNET
493487
os.CLONE_NEWNS
494488
os.CLONE_NEWPID
489+
os.CLONE_NEWTIME
495490
os.CLONE_NEWUSER
496491
os.CLONE_NEWUTS
497492
os.CLONE_SIGHAND
@@ -601,6 +596,7 @@ posix.CLONE_NEWIPC
601596
posix.CLONE_NEWNET
602597
posix.CLONE_NEWNS
603598
posix.CLONE_NEWPID
599+
posix.CLONE_NEWTIME
604600
posix.CLONE_NEWUSER
605601
posix.CLONE_NEWUTS
606602
posix.CLONE_SIGHAND
@@ -1617,17 +1613,16 @@ zipfile.__path__
16171613
zipfile._sanitize_filename
16181614
zlib.ZLIB_RUNTIME_VERSION
16191615
zlib.ZLIB_VERSION
1620-
zlib._ZlibDecompressor
16211616
zlib.__file__
16221617
zlib.__version__
16231618
zoneinfo.TZPATH
16241619

16251620
# summary
16261621
# cpython_modules 282
1627-
# implemented 96
1628-
# not_implemented 64
1622+
# implemented 98
1623+
# not_implemented 63
16291624
# failed_to_import 0
1630-
# missing_items 100
1631-
# mismatched_items 59
1625+
# missing_items 99
1626+
# mismatched_items 60
16321627
# mismatched_doc_items 49
16331628
# not_implementeds 36

0 commit comments

Comments
 (0)