@@ -71,6 +71,8 @@ msgid ""
7171"when computing the repr of :class:`ctypes.c_double` and "
7272":class:`ctypes.c_longdouble` values."
7373msgstr ""
74+ "`bpo-42938 <https://bugs.python.org/issue42938>`__: 在计算 "
75+ ":class:`ctypes.c_double` 和 :class:`ctypes.c_longdouble` 值的表示形式时避免静态缓冲区。"
7476
7577#: ../../../build/NEWS:16 ../../../build/NEWS:257 ../../../build/NEWS:350
7678#: ../../../build/NEWS:722 ../../../build/NEWS:864 ../../../build/NEWS:956
@@ -118,20 +120,26 @@ msgid ""
118120"`bpo-40631 <https://bugs.python.org/issue40631>`__: Fix regression where a "
119121"single parenthesized starred expression was a valid assignment target."
120122msgstr ""
123+ "`bpo-40631 <https://bugs.python.org/issue40631>`__: "
124+ "修复了单个带圆括号的星号表达式是有效的赋值目标时的回归。"
121125
122126#: ../../../build/NEWS:25
123127msgid ""
124128"`bpo-32381 <https://bugs.python.org/issue32381>`__: Fix encoding name when "
125129"running a ``.pyc`` file on Windows: :c:func:`PyRun_SimpleFileExFlags()` now "
126130"uses the correct encoding to decode the filename."
127131msgstr ""
132+ "`bpo-32381 <https://bugs.python.org/issue32381>`__: 修复了在 Windows 上运行 "
133+ "``.pyc`` 文件时的编码格式名称,现在 :c:func:`PyRun_SimpleFileExFlags()` 会使用正确的编码格式来编码文件名。"
128134
129135#: ../../../build/NEWS:29
130136msgid ""
131137"`bpo-42536 <https://bugs.python.org/issue42536>`__: Several built-in and "
132138"standard library types now ensure that their internal result tuples are "
133139"always tracked by the :term:`garbage collector <garbage collection>`:"
134140msgstr ""
141+ "`bpo-42536 <https://bugs.python.org/issue42536>`__: "
142+ "g一些内置和标准库类型现在会确保其内部结果元组总是会被 :term:`垃圾回收器 <garbage collection>` 所追踪:"
135143
136144#: ../../../build/NEWS:33
137145msgid ":meth:`collections.OrderedDict.items() <collections.OrderedDict>`"
@@ -177,7 +185,7 @@ msgstr ":func:`zip`"
177185msgid ""
178186"Previously, they could have become untracked by a prior garbage collection. "
179187"Patch by Brandt Bucher."
180- msgstr ""
188+ msgstr "之前,它们可能会被前一次垃圾回收取消追踪。 由 Brandt Bucher 提供补丁。 "
181189
182190#: ../../../build/NEWS:56
183191msgid ""
0 commit comments