@@ -3379,6 +3379,11 @@ msgid ""
33793379"distribution at `Tools/scripts/h2py.py "
33803380"<https://github.com/python/cpython/blob/v3.6.15/Tools/scripts/h2py.py>`_."
33813381msgstr ""
3382+ "未写入文档的 ``IN``, ``CDROM``, ``DLFCN``, ``TYPES``, ``CDIO`` 和 ``STROPTS`` "
3383+ "模块已被移除。 它们在平台专属的 ``Lib/plat-*/`` 目录下可用,但是早已过时,在各平台上访问方式不一致,并且无人维护。 "
3384+ "创建这些模块的脚本仍可在源代码发布包的 `Tools/scripts/h2py.py "
3385+ "<https://github.com/python/cpython/blob/v3.6.15/Tools/scripts/h2py.py>`_ "
3386+ "中获取。"
33823387
33833388#: ../../whatsnew/3.6.rst:2125
33843389msgid "The deprecated ``asynchat.fifo`` class has been removed."
@@ -3406,6 +3411,9 @@ msgid ""
34063411"to ``stderr`` instead of ``stdout``. (Contributed by Serhiy Storchaka in "
34073412":issue:`23034`.)"
34083413msgstr ""
3414+ "带有 ``COUNT_ALLOCS``, ``SHOW_ALLOC_COUNT`` 或 ``SHOW_TRACK_COUNT`` 宏定义的特殊 "
3415+ "Python 编译版的输出现在默认被关闭。 可以使用 ``-X showalloccount`` 选项重新启用它。 现在它将输出到 ``stderr``"
3416+ " 而不是 ``stdout``。 (由 Serhiy Storchaka 在 :issue:`23034` 中贡献。)"
34093417
34103418#: ../../whatsnew/3.6.rst:2145
34113419msgid "Changes in the Python API"
@@ -3417,18 +3425,20 @@ msgid ""
34173425"with ``'+'``. (Contributed by Jeff Balogh and John O'Connor in "
34183426":issue:`2091`.)"
34193427msgstr ""
3428+ ":func:`open() <open>` 将不再允许组合使用 ``'U'`` 模式旗标与 ``'+'``。 (由 Jeff Balogh 和 John"
3429+ " O'Connor 在 :issue:`2091` 中贡献。)"
34203430
34213431#: ../../whatsnew/3.6.rst:2151
34223432msgid ""
34233433":mod:`sqlite3` no longer implicitly commits an open transaction before DDL "
34243434"statements."
3425- msgstr ""
3435+ msgstr ":mod:`sqlite3` 将不再隐式地在 DDL 语句之前提交未完成的事务。 "
34263436
34273437#: ../../whatsnew/3.6.rst:2154
34283438msgid ""
34293439"On Linux, :func:`os.urandom` now blocks until the system urandom entropy "
34303440"pool is initialized to increase the security."
3431- msgstr ""
3441+ msgstr "在 Linux 上,现在 :func:`os.urandom` 会阻塞直到系统的 urandom 熵池被初始化以提升安全性。 "
34323442
34333443#: ../../whatsnew/3.6.rst:2157
34343444msgid ""
0 commit comments