Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7f70a04

Browse files
coolreader18actions-user
authored andcommitted
Update what is left results
1 parent5089bf2 commit7f70a04

File tree

2 files changed

+20
-83
lines changed

2 files changed

+20
-83
lines changed

‎_data/whats_left.temp‎

Lines changed: 13 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ _hashlib (entire module)
2828
_heapq (entire module)
2929
imaplib (entire module)
3030
lib2to3 (entire module)
31-
_locale (entire module)
3231
_lsprof (entire module)
3332
_lzma (entire module)
3433
lzma (entire module)
@@ -384,61 +383,15 @@ itertools._tee
384383
itertools._tee_dataobject
385384
_json.__file__
386385
_json.make_encoder
387-
locale.ABDAY_1
388-
locale.ABDAY_2
389-
locale.ABDAY_3
390-
locale.ABDAY_4
391-
locale.ABDAY_5
392-
locale.ABDAY_6
393-
locale.ABDAY_7
394-
locale.ABMON_1
395-
locale.ABMON_10
396-
locale.ABMON_11
397-
locale.ABMON_12
398-
locale.ABMON_2
399-
locale.ABMON_3
400-
locale.ABMON_4
401-
locale.ABMON_5
402-
locale.ABMON_6
403-
locale.ABMON_7
404-
locale.ABMON_8
405-
locale.ABMON_9
406-
locale.ALT_DIGITS
407-
locale.AM_STR
408-
locale.CODESET
409-
locale.CRNCYSTR
410-
locale.DAY_1
411-
locale.DAY_2
412-
locale.DAY_3
413-
locale.DAY_4
414-
locale.DAY_5
415-
locale.DAY_6
416-
locale.DAY_7
417-
locale.D_FMT
418-
locale.D_T_FMT
419-
locale.ERA
420-
locale.ERA_D_FMT
421-
locale.ERA_D_T_FMT
422-
locale.ERA_T_FMT
423-
locale.MON_1
424-
locale.MON_10
425-
locale.MON_11
426-
locale.MON_12
427-
locale.MON_2
428-
locale.MON_3
429-
locale.MON_4
430-
locale.MON_5
431-
locale.MON_6
432-
locale.MON_7
433-
locale.MON_8
434-
locale.MON_9
435-
locale.NOEXPR
436-
locale.PM_STR
437-
locale.RADIXCHAR
438-
locale.THOUSEP
439-
locale.T_FMT
440-
locale.T_FMT_AMPM
441-
locale.YESEXPR
386+
_locale._DATE_FMT
387+
_locale._get_locale_encoding
388+
_locale.bind_textdomain_codeset
389+
_locale.bindtextdomain
390+
_locale.dcgettext
391+
_locale.dgettext
392+
_locale.gettext
393+
_locale.nl_langinfo
394+
_locale.textdomain
442395
locale.k
443396
locale.v
444397
logging._after_at_fork_child_reinit_locks
@@ -1095,15 +1048,7 @@ sys.set_coroutine_origin_tracking_depth
10951048
sys.setdlopenflags
10961049
sys.setswitchinterval
10971050
sys.stdlib_module_names
1098-
sysconfig._ALWAYS_STR
1099-
sysconfig._HAS_USER_BASE
1100-
sysconfig._findvar1_rx
1101-
sysconfig._findvar2_rx
1102-
sysconfig._get_preferred_schemes
1103-
sysconfig._variable_rx
1104-
sysconfig.expand_makefile_vars
1105-
sysconfig.get_default_scheme
1106-
sysconfig.get_preferred_scheme
1051+
sysconfig._is_python_source_dir
11071052
termios.CDSUSP
11081053
termios.CEOF
11091054
termios.CEOL
@@ -1154,8 +1099,6 @@ termios.TIOCSETD
11541099
termios.TIOCSLCKTRMIOS
11551100
termios.TIOCSSERIAL
11561101
termios.__file__
1157-
test.__builtins__
1158-
test.__cached__
11591102
_thread._ExceptHookArgs
11601103
_thread._excepthook
11611104
_thread.allocate
@@ -1243,9 +1186,9 @@ zlib.__version__
12431186
# summary
12441187
# cpython_modules 274
12451188
# implemented 102
1246-
# not_implemented67
1189+
# not_implemented66
12471190
# failed_to_import 0
12481191
# missing_items 81
1249-
# mismatched_items48
1250-
# mismatched_doc_items41
1192+
# mismatched_items49
1193+
# mismatched_doc_items40
12511194
# not_implementeds 36

‎_data/whats_left_lastrun.temp‎

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ _decimal (entire module)
2424
_distutils_system_mod (entire module)
2525
_elementtree (entire module)
2626
_gdbm (entire module)
27-
graphlib (entire module)
2827
_hashlib (entire module)
2928
_heapq (entire module)
3029
imaplib (entire module)
@@ -111,7 +110,6 @@ memory_iterator.__doc__ (inherited)
111110
memory_iterator.__getattribute__ (inherited)
112111
memoryview.__getattribute__ (inherited)
113112
property.__getattribute__ (inherited)
114-
property.__set_name__
115113
range.__getattribute__ (inherited)
116114
range_iterator.__doc__ (inherited)
117115
range_iterator.__getattribute__ (inherited)
@@ -371,7 +369,6 @@ hashlib.__file__
371369
hashlib.__get_builtin_constructor
372370
hashlib.algorithms_available
373371
hashlib.algorithms_guaranteed
374-
hmac.digest
375372
_imp.create_dynamic
376373
_imp.exec_dynamic
377374
inspect.CO_ITERABLE_COROUTINE
@@ -442,8 +439,8 @@ locale.THOUSEP
442439
locale.T_FMT
443440
locale.T_FMT_AMPM
444441
locale.YESEXPR
445-
locale._localize
446-
locale.localize
442+
locale.k
443+
locale.v
447444
logging._after_at_fork_child_reinit_locks
448445
mimetypes._mimetypes_read_windows_registry
449446
mmap.PROT_EXEC
@@ -546,7 +543,6 @@ os._fwalk
546543
os._spawnvef
547544
os.confstr_names
548545
os.fwalk
549-
os.pathconf_names
550546
os.spawnl
551547
os.spawnle
552548
os.spawnlp
@@ -668,7 +664,6 @@ posix.makedev
668664
posix.memfd_create
669665
posix.minor
670666
posix.mkfifo
671-
posix.pathconf_names
672667
posix.pidfd_open
673668
posix.posix_fadvise
674669
posix.posix_fallocate
@@ -1230,7 +1225,6 @@ unicodedata.combining
12301225
unicodedata.decimal
12311226
unicodedata.decomposition
12321227
unicodedata.digit
1233-
unicodedata.east_asian_width
12341228
unicodedata.is_normalized
12351229
unicodedata.mirrored
12361230
unicodedata.numeric
@@ -1248,10 +1242,10 @@ zlib.__version__
12481242

12491243
# summary
12501244
# cpython_modules 274
1251-
# implemented100
1252-
# not_implemented68
1245+
# implemented102
1246+
# not_implemented67
12531247
# failed_to_import 0
1254-
# missing_items82
1255-
# mismatched_items49
1256-
# mismatched_doc_items42
1248+
# missing_items81
1249+
# mismatched_items48
1250+
# mismatched_doc_items41
12571251
# not_implementeds 36

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp