@@ -981,6 +981,8 @@ msgid ""
981
981
" once implicit are now fully exposed as part of the :mod:`importlib` "
982
982
"package."
983
983
msgstr ""
984
+ "此项工作的一个好处是对外公开了实现 import 语句所涉及的机制。 这意味着过去保持隐式的各种导入器现在都作为 :mod:`importlib` "
985
+ "包的组成部分被完整暴露出来。"
984
986
985
987
#: ../../whatsnew/3.3.rst:711
986
988
msgid ""
@@ -2310,6 +2312,11 @@ msgid ""
2310
2312
":meth:`~multiprocessing.pool.Pool.map_async` functions. (Contributed by "
2311
2313
"Hynek Schlawack in :issue:`12708`.)"
2312
2314
msgstr ""
2315
+ "新增的方法 :meth:`multiprocessing.pool.Pool.starmap` 和 "
2316
+ ":meth:`~multiprocessing.pool.Pool.starmap_async` 提供了针对现有 "
2317
+ ":meth:`multiprocessing.pool.Pool.map` 和 "
2318
+ ":meth:`~multiprocessing.pool.Pool.map_async` 函数的 :func:`itertools.starmap` "
2319
+ "对应物。 (由 Hynek Schlawack 在 :issue:`12708` 中贡献。)"
2313
2320
2314
2321
#: ../../whatsnew/3.3.rst:1558
2315
2322
msgid "nntplib"
@@ -2922,20 +2929,23 @@ msgid ""
2922
2929
"trace of all sql commands processed by sqlite. (Contributed by Torsten "
2923
2930
"Landschoff in :issue:`11688`.)"
2924
2931
msgstr ""
2932
+ "新增的 :class:`sqlite3.Connection` 方法 "
2933
+ ":meth:`~sqlite3.Connection.set_trace_callback` 可被用于捕获由 sqlite 处理的所有 sql "
2934
+ "命令的追踪信息。 (由 Torsten Landschoff 在 :issue:`11688` 中贡献。)"
2925
2935
2926
2936
#: ../../whatsnew/3.3.rst:1925
2927
2937
msgid "ssl"
2928
2938
msgstr "ssl"
2929
2939
2930
2940
#: ../../whatsnew/3.3.rst:1927
2931
2941
msgid "The :mod:`ssl` module has two new random generation functions:"
2932
- msgstr ""
2942
+ msgstr ":mod:`ssl` 新增了两个随机生成函数: "
2933
2943
2934
2944
#: ../../whatsnew/3.3.rst:1929
2935
2945
msgid ""
2936
2946
":func:`~ssl.RAND_bytes`: generate cryptographically strong pseudo-random "
2937
2947
"bytes."
2938
- msgstr ""
2948
+ msgstr ":func:`~ssl.RAND_bytes`: 生成高加密强度的伪随机字节数据。 "
2939
2949
2940
2950
#: ../../whatsnew/3.3.rst:1931
2941
2951
msgid ":func:`~ssl.RAND_pseudo_bytes`: generate pseudo-random bytes."
@@ -3504,15 +3514,15 @@ msgstr ""
3504
3514
3505
3515
#: ../../whatsnew/3.3.rst:2242
3506
3516
msgid "The :func:`os.stat_float_times` function is deprecated."
3507
- msgstr ""
3517
+ msgstr ":func:`os.stat_float_times` 函数已被弃用。 "
3508
3518
3509
3519
#: ../../whatsnew/3.3.rst:2243
3510
3520
msgid ":mod:`abc` module:"
3511
- msgstr ""
3521
+ msgstr ":mod:`abc` 模块: "
3512
3522
3513
3523
#: ../../whatsnew/3.3.rst:2252
3514
3524
msgid ":mod:`importlib` package:"
3515
- msgstr ""
3525
+ msgstr ":mod:`importlib` 包: "
3516
3526
3517
3527
#: ../../whatsnew/3.3.rst:2254
3518
3528
msgid ""
@@ -3521,6 +3531,9 @@ msgid ""
3521
3531
"both the modification time and size of the source file the bytecode file was"
3522
3532
" compiled from."
3523
3533
msgstr ""
3534
+ "现在 :meth:`importlib.abc.SourceLoader.path_mtime` 已被弃用而应改用 "
3535
+ ":meth:`importlib.abc.SourceLoader.path_stats` "
3536
+ "因为字节码文件现在会同时储存修改时间和编译出该字节码文件的源文件的大小。"
3524
3537
3525
3538
#: ../../whatsnew/3.3.rst:2264
3526
3539
msgid "Deprecated functions and types of the C API"