@@ -2695,11 +2695,11 @@ msgstr "math"
2695
2695
msgid ""
2696
2696
"The :mod:`math` module has a new function, :func:`~math.log2`, which "
2697
2697
"returns the base-2 logarithm of *x*."
2698
- msgstr ""
2698
+ msgstr ":mod:`math` 模块新增了一个函数 :func:`~math.log2`,它返回 *x* 的以 2 为底的对数。 "
2699
2699
2700
2700
#: ../../whatsnew/3.3.rst:1520
2701
2701
msgid "(Written by Mark Dickinson in :issue:`11888`.)"
2702
- msgstr ""
2702
+ msgstr "(由 Mark Dickinson 在 :issue:`11888` 中编写。) "
2703
2703
2704
2704
#: ../../whatsnew/3.3.rst:1524
2705
2705
msgid "mmap"
@@ -2712,6 +2712,8 @@ msgid ""
2712
2712
"returns the bytes from the current file position to the end of the mapping."
2713
2713
" (Contributed by Petri Lehtinen in :issue:`12021`.)"
2714
2714
msgstr ""
2715
+ "现在 :meth:`~mmap.mmap.read` 方法能更好地兼容其他文件型对象:如果参数被省略或指定为 "
2716
+ "``None``,它将返回从当前文件位置到映射对象末尾的字节数据。 (由 Petri Lehtinen 在 :issue:`12021` 中贡献。)"
2715
2717
2716
2718
#: ../../whatsnew/3.3.rst:1533
2717
2719
msgid "multiprocessing"
@@ -2723,6 +2725,8 @@ msgid ""
2723
2725
"multiple objects (such as connections, sockets and pipes) with a timeout. "
2724
2726
"(Contributed by Richard Oudkerk in :issue:`12328`.)"
2725
2727
msgstr ""
2728
+ "新增的 :func:`multiprocessing.connection.wait` 函数允许附带超时限制轮询多个对象(如连接、套接字和管道)。 (由"
2729
+ " Richard Oudkerk 在 :issue:`12328` 中贡献。)"
2726
2730
2727
2731
#: ../../whatsnew/3.3.rst:1539
2728
2732
msgid ""
@@ -3975,6 +3979,7 @@ msgid ""
3975
3979
":issue:`13988`: The :mod:`xml.etree.cElementTree` module is deprecated. The"
3976
3980
" accelerator is used automatically whenever available."
3977
3981
msgstr ""
3982
+ ":issue:`13988`: :mod:`xml.etree.cElementTree` 模块已被弃用。 只要有可能就会自动使用加速版本。"
3978
3983
3979
3984
#: ../../whatsnew/3.3.rst:2242
3980
3985
msgid ""