@@ -2277,11 +2277,11 @@ msgstr "math"
2277
2277
msgid ""
2278
2278
"The :mod:`math` module has a new function, :func:`~math.log2`, which "
2279
2279
"returns the base-2 logarithm of *x*."
2280
- msgstr ""
2280
+ msgstr ":mod:`math` 模块新增了一个函数 :func:`~math.log2`,它返回 *x* 的以 2 为底的对数。 "
2281
2281
2282
2282
#: ../../whatsnew/3.3.rst:1517
2283
2283
msgid "(Written by Mark Dickinson in :issue:`11888`.)"
2284
- msgstr ""
2284
+ msgstr "(由 Mark Dickinson 在 :issue:`11888` 中编写。) "
2285
2285
2286
2286
#: ../../whatsnew/3.3.rst:1521
2287
2287
msgid "mmap"
@@ -2294,6 +2294,8 @@ msgid ""
2294
2294
"returns the bytes from the current file position to the end of the mapping."
2295
2295
" (Contributed by Petri Lehtinen in :issue:`12021`.)"
2296
2296
msgstr ""
2297
+ "现在 :meth:`~mmap.mmap.read` 方法能更好地兼容其他文件型对象:如果参数被省略或指定为 "
2298
+ "``None``,它将返回从当前文件位置到映射对象末尾的字节数据。 (由 Petri Lehtinen 在 :issue:`12021` 中贡献。)"
2297
2299
2298
2300
#: ../../whatsnew/3.3.rst:1530
2299
2301
msgid "multiprocessing"
@@ -2305,6 +2307,8 @@ msgid ""
2305
2307
"multiple objects (such as connections, sockets and pipes) with a timeout. "
2306
2308
"(Contributed by Richard Oudkerk in :issue:`12328`.)"
2307
2309
msgstr ""
2310
+ "新增的 :func:`multiprocessing.connection.wait` 函数允许附带超时限制轮询多个对象(如连接、套接字和管道)。 (由"
2311
+ " Richard Oudkerk 在 :issue:`12328` 中贡献。)"
2308
2312
2309
2313
#: ../../whatsnew/3.3.rst:1536
2310
2314
msgid ""
@@ -3535,6 +3539,7 @@ msgid ""
3535
3539
":issue:`13988`: The :mod:`xml.etree.cElementTree` module is deprecated. The"
3536
3540
" accelerator is used automatically whenever available."
3537
3541
msgstr ""
3542
+ ":issue:`13988`: :mod:`xml.etree.cElementTree` 模块已被弃用。 只要有可能就会自动使用加速版本。"
3538
3543
3539
3544
#: ../../whatsnew/3.3.rst:2239
3540
3545
msgid ""
0 commit comments