File tree 1 file changed +7
-12
lines changed
1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change 1
- test_sqlite3: testing with SQLite version 3.37.2
1
+ test_sqlite3: testing with SQLite version 3.45.1
2
2
# modules
3
3
_abc (entire module)
4
4
_aix_support (entire module)
@@ -43,7 +43,6 @@ _pylong (entire module)
43
43
_queue (entire module)
44
44
readline (entire module)
45
45
_sha2 (entire module)
46
- smtplib (entire module)
47
46
_sqlite3 (entire module)
48
47
_stat (entire module)
49
48
_symtable (entire module)
@@ -456,11 +455,6 @@ _locale.gettext
456
455
_locale.nl_langinfo
457
456
_locale.textdomain
458
457
locale._getdefaultlocale
459
- logging._is_internal_frame
460
- logging.getHandlerByName
461
- logging.getHandlerNames
462
- logging.getLevelNamesMapping
463
- logging.logAsyncioTasks
464
458
math.__file__
465
459
math.sumprod
466
460
_md5.MD5Type
@@ -492,6 +486,7 @@ os.CLONE_NEWIPC
492
486
os.CLONE_NEWNET
493
487
os.CLONE_NEWNS
494
488
os.CLONE_NEWPID
489
+ os.CLONE_NEWTIME
495
490
os.CLONE_NEWUSER
496
491
os.CLONE_NEWUTS
497
492
os.CLONE_SIGHAND
@@ -601,6 +596,7 @@ posix.CLONE_NEWIPC
601
596
posix.CLONE_NEWNET
602
597
posix.CLONE_NEWNS
603
598
posix.CLONE_NEWPID
599
+ posix.CLONE_NEWTIME
604
600
posix.CLONE_NEWUSER
605
601
posix.CLONE_NEWUTS
606
602
posix.CLONE_SIGHAND
@@ -1617,17 +1613,16 @@ zipfile.__path__
1617
1613
zipfile._sanitize_filename
1618
1614
zlib.ZLIB_RUNTIME_VERSION
1619
1615
zlib.ZLIB_VERSION
1620
- zlib._ZlibDecompressor
1621
1616
zlib.__file__
1622
1617
zlib.__version__
1623
1618
zoneinfo.TZPATH
1624
1619
1625
1620
# summary
1626
1621
# cpython_modules 282
1627
- # implemented 96
1628
- # not_implemented 64
1622
+ # implemented 98
1623
+ # not_implemented 63
1629
1624
# failed_to_import 0
1630
- # missing_items 100
1631
- # mismatched_items 59
1625
+ # missing_items 99
1626
+ # mismatched_items 60
1632
1627
# mismatched_doc_items 49
1633
1628
# not_implementeds 36
You can’t perform that action at this time.
0 commit comments