File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ _decimal (entire module)
1616_elementtree (entire module)
1717_gdbm (entire module)
1818_hmac (entire module)
19- idlelib (entire module)
2019_interpchannels (entire module)
2120_interpqueues (entire module)
2221_interpreters (entire module)
@@ -1016,10 +1015,10 @@ zoneinfo.TZPATH
10161015
10171016# summary
10181017# cpython_modules 294
1019- # implemented 168
1020- # not_implemented 35
1018+ # implemented 169
1019+ # not_implemented 34
10211020# failed_to_import 0
10221021# missing_items 68
10231022# mismatched_items 45
1024- # mismatched_doc_items 34
1023+ # mismatched_doc_items 32
10251024# not_implementeds 4
Original file line number Diff line number Diff line change @@ -31,6 +31,5 @@ _zoneinfo
3131_zstd
3232cProfile
3333curses
34- idlelib
3534readline
3635xxlimited_35
Original file line number Diff line number Diff line change @@ -176,23 +176,6 @@ os.TMP_MAX
176176os.XATTR_SIZE_MAX
177177os.confstr_names
178178os.supports_effective_ids
179- pdb._ExecutableTarget
180- pdb._ModuleTarget
181- pdb._PdbClient
182- pdb._PdbInteractiveConsole
183- pdb._PdbServer
184- pdb._ScriptTarget
185- pdb._ZipTarget
186- pdb._connect
187- pdb._default_backend
188- pdb._post_mortem
189- pdb.attach
190- pdb.exit_with_permission_help_text
191- pdb.find_first_executable_line
192- pdb.get_default_backend
193- pdb.parse_args
194- pdb.set_default_backend
195- pdb.set_trace_async
196179pickle.PickleBuffer
197180posix.CLONE_NEWTIME
198181posix.MFD_HUGE_16GB
@@ -231,7 +214,6 @@ posix.TMP_MAX
231214posix.XATTR_SIZE_MAX
232215posix._have_functions
233216posix._inputhook
234- posix._is_inputhook_installed
235217posix._path_normpath
236218posix._path_splitroot_ex
237219posix.confstr
@@ -1026,7 +1008,6 @@ turtle.write
10261008turtle.write_docstringdict
10271009turtle.xcor
10281010turtle.ycor
1029- typing.Match
10301011unicodedata.__file__
10311012unicodedata._ucnhash_CAPI
10321013_uuid.__file__
@@ -1035,10 +1016,10 @@ zoneinfo.TZPATH
10351016
10361017# summary
10371018# cpython_modules 294
1038- # implemented 167
1019+ # implemented 168
10391020# not_implemented 35
10401021# failed_to_import 0
1041- # missing_items 70
1042- # mismatched_items 46
1022+ # missing_items 68
1023+ # mismatched_items 45
10431024# mismatched_doc_items 34
10441025# not_implementeds 4
You can’t perform that action at this time.
0 commit comments