@@ -2,7 +2,6 @@ test_sqlite3: testing with SQLite version 3.45.1
22# modules
33_abc (entire module)
44_asyncio (entire module)
5- _bz2 (entire module)
65cProfile (entire module)
76_codecs_cn (entire module)
87_codecs_hk (entire module)
@@ -56,7 +55,6 @@ _tracemalloc (entire module)
5655tracemalloc (entire module)
5756turtle (entire module)
5857turtledemo (entire module)
59- wave (entire module)
6058xxlimited_35 (entire module)
6159_zoneinfo (entire module)
6260
@@ -146,19 +144,7 @@ _blake2.BLAKE2S_MAX_KEY_SIZE
146144_blake2.BLAKE2S_PERSON_SIZE
147145_blake2.BLAKE2S_SALT_SIZE
148146_blake2.__file__
149- bz2.BZ2File
150- bz2._MODE_READ
151- bz2._MODE_WRITE
152- bz2.__all__
153- bz2.__author__
154- bz2.__builtins__
155- bz2.__cached__
156- bz2.__file__
157- bz2.__name__
158- bz2.__package__
159- bz2.compress
160- bz2.decompress
161- bz2.open
147+ _bz2.__file__
162148cmath.__file__
163149code.Quitter
164150_codecs.utf_32_be_decode
@@ -508,7 +494,6 @@ itertools._tee
508494itertools._tee_dataobject
509495_json.__file__
510496_json.make_encoder
511- linecache._register_code
512497_locale._DATE_FMT
513498_locale.bind_textdomain_codeset
514499_locale.bindtextdomain
@@ -865,7 +850,6 @@ pyexpat.expat_CAPI
865850pyexpat.features
866851pyexpat.native_encoding
867852pyexpat.version_info
868- queue.ShutDown
869853_random.__file__
870854random._parse_args
871855random.main
@@ -1545,18 +1529,6 @@ sysconfig._init_config_vars
15451529syslog.LOG_FTP
15461530syslog.__file__
15471531tabnanny._process_tokens
1548- tarfile.AbsoluteLinkError
1549- tarfile.AbsolutePathError
1550- tarfile.FilterError
1551- tarfile.LinkOutsideDestinationError
1552- tarfile.OutsideDestinationError
1553- tarfile.SpecialFileError
1554- tarfile._KEEP
1555- tarfile._NAMED_FILTERS
1556- tarfile._get_filtered_attrs
1557- tarfile.data_filter
1558- tarfile.fully_trusted_filter
1559- tarfile.tar_filter
15601532tempfile._dont_follow_symlinks
15611533tempfile._resetperms
15621534termios.CDSUSP
@@ -1948,9 +1920,6 @@ warnings._is_filename_to_skip
19481920warnings._is_internal_filename
19491921warnings._onceregistry
19501922warnings.deprecated
1951- webbrowser.Edge
1952- webbrowser.Epiphany
1953- webbrowser.parse_args
19541923zipfile._Extra
19551924zipfile._MASK_COMPRESSED_PATCH
19561925zipfile._MASK_COMPRESS_OPTION_1
@@ -1972,10 +1941,10 @@ zoneinfo.TZPATH
19721941
19731942# summary
19741943# cpython_modules 287
1975- # implemented 80
1976- # not_implemented 59
1944+ # implemented 85
1945+ # not_implemented 57
19771946# failed_to_import 0
1978- # missing_items 128
1947+ # missing_items 124
19791948# mismatched_items 70
1980- # mismatched_doc_items 64
1949+ # mismatched_doc_items 62
19811950# not_implementeds 33
0 commit comments