@@ -493,18 +493,24 @@ msgid ""
493493"connection failure, by using the same behavior as "
494494":meth:`~asyncio.WriteTransport.write`."
495495msgstr ""
496+ ":gh:`136234`: 通过使用与 :meth:`~asyncio.WriteTransport.write` 相同的行为,修复 "
497+ ":meth:`asyncio.WriteTransport.writelines` 对于连接失败的健壮性。"
496498
497499#: ../NEWS:195
498500msgid ""
499501":gh:`136057`: Fixed the bug in :mod:`pdb` and :mod:`bdb` where ``next`` and "
500502"``step`` can't go over the line if a loop exists in the line."
501503msgstr ""
504+ ":gh:`136057`: 修复了在 :mod:`pdb` 和 :mod:`bdb` 中如果行内存在循环则 ``next`` 和 ``step`` "
505+ "无法穿过该行的程序缺陷。"
502506
503507#: ../NEWS:198
504508msgid ""
505509":gh:`135307`: :mod:`email`: Fix exception in ``set_content()`` when encoding"
506510" text and max_line_length is set to ``0`` or ``None`` (unlimited)."
507511msgstr ""
512+ ":gh:`135307`: :mod:`email`: 修正当 encoding 文本和 max_line_length 被设为 ``0`` 或 "
513+ "``None`` (无限制) 时在 ``set_content()`` 中引发异常的问题。"
508514
509515#: ../NEWS:201
510516msgid ""
@@ -1057,13 +1063,15 @@ msgstr ""
10571063msgid ""
10581064":gh:`135386`: Fix opening a :mod:`dbm.sqlite3` database for reading from "
10591065"read-only file or directory."
1060- msgstr ""
1066+ msgstr ":gh:`135386`: 修复了从只读的文件或目录打开一个 :mod:`dbm.sqlite3` 数据库供读取时出现的问题。 "
10611067
10621068#: ../NEWS:457
10631069msgid ""
10641070":gh:`126631`: Fix :mod:`multiprocessing` ``forkserver`` bug which prevented "
10651071"``__main__`` from being preloaded."
10661072msgstr ""
1073+ ":gh:`126631`: 修正 :mod:`multiprocessing` 中 ``forkserver`` 阻止预加载 ``__main__`` "
1074+ "的程序缺陷。"
10671075
10681076#: ../NEWS:460
10691077msgid ""
@@ -1557,6 +1565,8 @@ msgid ""
15571565":gh:`135444`: Fix :meth:`asyncio.DatagramTransport.sendto` to account for "
15581566"datagram header size when data cannot be sent."
15591567msgstr ""
1568+ ":gh:`135444`: 修正 :meth:`asyncio.DatagramTransport.sendto` "
1569+ "以在数据无法被发送时将数据报标头大小纳入考量。"
15601570
15611571#: ../NEWS:730
15621572msgid ""
@@ -1602,6 +1612,8 @@ msgid ""
16021612":gh:`134698`: Fix a crash when calling methods of :class:`ssl.SSLContext` or"
16031613" :class:`ssl.SSLSocket` across multiple threads."
16041614msgstr ""
1615+ ":gh:`134698`: 修复在多个线程上调用 :class:`ssl.SSLContext` 或 :class:`ssl.SSLSocket` "
1616+ "的方法时的崩溃问题。"
16051617
16061618#: ../NEWS:752
16071619msgid ""