@@ -126,18 +126,24 @@ msgid ""
126126"`bpo-41520 <https://bugs.python.org/issue41520>`__: Fix :mod:`codeop` "
127127"regression: it no longer ignores :exc:`SyntaxWarning`."
128128msgstr ""
129+ "`bpo-41520 <https://bugs.python.org/issue41520>`__: 修复 :mod:`codeop` "
130+ "回归问题:它不会再忽略 :exc:`SyntaxWarning`。"
129131
130132#: ../../../build/NEWS:21
131133msgid ""
132134"`bpo-41497 <https://bugs.python.org/issue41497>`__: Fix potential "
133135"UnicodeDecodeError in dis module."
134136msgstr ""
137+ "`bpo-41497 <https://bugs.python.org/issue41497>`__: 在 dis 模块中修复潜在的 "
138+ "UnicodeDecodeError。"
135139
136140#: ../../../build/NEWS:23
137141msgid ""
138142"`bpo-41490 <https://bugs.python.org/issue41490>`__: Update :mod:`ensurepip` "
139143"to install pip 20.2.1 and setuptools 49.2.1."
140144msgstr ""
145+ "`bpo-41490 <https://bugs.python.org/issue41490>`__: 更新 :mod:`ensurepip` 以安装 "
146+ "pip 20.2.1 和 setuptools 49.2.1。"
141147
142148#: ../../../build/NEWS:26
143149msgid ""
@@ -146,36 +152,47 @@ msgid ""
146152"(:exc:`BrokenPipeError`): return ``0`` rather than an empty byte string "
147153"(``b''``)."
148154msgstr ""
155+ "`bpo-41467 <https://bugs.python.org/issue41467>`__: 在 Windows 上,修复 asyncio "
156+ "``recv_into()`` 当套接字/管道被关闭时的返回值 (:exc:`BrokenPipeError`):返回 ``0`` 而不是空字节串 "
157+ "(``b''``)。"
149158
150159#: ../../../build/NEWS:30
151160msgid ""
152161"`bpo-41425 <https://bugs.python.org/issue41425>`__: Make tkinter doc example"
153162" runnable."
154163msgstr ""
164+ "`bpo-41425 <https://bugs.python.org/issue41425>`__: 让 tkinter 文档示例可运行。"
155165
156166#: ../../../build/NEWS:32
157167msgid ""
158168"`bpo-41384 <https://bugs.python.org/issue41384>`__: Raise TclError instead "
159169"of TypeError when an unknown option is passed to tkinter.OptionMenu."
160170msgstr ""
171+ "`bpo-41384 <https://bugs.python.org/issue41384>`__: 当传给 tkinter.OptionMenu "
172+ "的选项未知时引发 TclError 而不是 TypeError。"
161173
162174#: ../../../build/NEWS:35
163175msgid ""
164176"`bpo-38731 <https://bugs.python.org/issue38731>`__: Fix :exc:`NameError` in "
165177"command-line interface of :mod:`py_compile`."
166178msgstr ""
179+ "`bpo-38731 <https://bugs.python.org/issue38731>`__: 修复了 :mod:`py_compile` "
180+ "模块命令行界面下的 :exc:`NameError`。"
167181
168182#: ../../../build/NEWS:38
169183msgid ""
170184"`bpo-41364 <https://bugs.python.org/issue41364>`__: Reduce import overhead "
171185"of :mod:`uuid`."
172186msgstr ""
187+ "`bpo-41364 <https://bugs.python.org/issue41364>`__: 减少 :mod:`uuid` 的导入开销。"
173188
174189#: ../../../build/NEWS:40
175190msgid ""
176191"`bpo-40726 <https://bugs.python.org/issue40726>`__: Handle cases where the "
177192"``end_lineno`` is ``None`` on :func:`ast.increment_lineno`."
178193msgstr ""
194+ "`bpo-40726 <https://bugs.python.org/issue40726>`__: 处理在 "
195+ ":func:`ast.increment_lineno` 上 ``end_lineno`` 为 ``None`` 的情况。"
179196
180197#: ../../../build/NEWS:44 ../../../build/NEWS:102 ../../../build/NEWS:464
181198#: ../../../build/NEWS:667 ../../../build/NEWS:854 ../../../build/NEWS:1065
0 commit comments