@@ -970,58 +970,72 @@ msgid ""
970970"connection failure, by using the same behavior as "
971971":meth:`~asyncio.WriteTransport.write`."
972972msgstr ""
973+ ":gh:`136234`: 通过使用与 :meth:`~asyncio.WriteTransport.write` 相同的行为,修复 "
974+ ":meth:`asyncio.WriteTransport.writelines` 对于连接失败的健壮性。"
973975
974976#: ../NEWS:398
975977msgid ":gh:`136507`: Fix mimetypes CLI to handle multiple file parameters."
976- msgstr ""
978+ msgstr ":gh:`136507`: 修正 mimetypes CLI 以处理多个文件形参。 "
977979
978980#: ../NEWS:400
979981msgid ""
980982":gh:`136057`: Fixed the bug in :mod:`pdb` and :mod:`bdb` where ``next`` and "
981983"``step`` can't go over the line if a loop exists in the line."
982984msgstr ""
985+ ":gh:`136057`: 修复了在 :mod:`pdb` 和 :mod:`bdb` 中如果行内存在循环则 ``next`` 和 ``step`` "
986+ "无法穿过该行的程序缺陷。"
983987
984988#: ../NEWS:403
985989msgid ""
986990":gh:`135386`: Fix opening a :mod:`dbm.sqlite3` database for reading from "
987991"read-only file or directory."
988- msgstr ""
992+ msgstr ":gh:`135386`: 修复了从只读的文件或目录打开一个 :mod:`dbm.sqlite3` 数据库供读取时出现的问题。 "
989993
990994#: ../NEWS:406
991995msgid ""
992996":gh:`135444`: Fix :meth:`asyncio.DatagramTransport.sendto` to account for "
993997"datagram header size when data cannot be sent."
994998msgstr ""
999+ ":gh:`135444`: 修正 :meth:`asyncio.DatagramTransport.sendto` "
1000+ "以在数据无法被发送时将数据报标头大小纳入考量。"
9951001
9961002#: ../NEWS:409
9971003msgid ""
9981004":gh:`126631`: Fix :mod:`multiprocessing` ``forkserver`` bug which prevented "
9991005"``__main__`` from being preloaded."
10001006msgstr ""
1007+ ":gh:`126631`: 修正 :mod:`multiprocessing` 中 ``forkserver`` 阻止预加载 ``__main__`` "
1008+ "的程序缺陷。"
10011009
10021010#: ../NEWS:412
10031011msgid ""
10041012":gh:`135307`: :mod:`email`: Fix exception in ``set_content()`` when encoding"
10051013" text and max_line_length is set to ``0`` or ``None`` (unlimited)."
10061014msgstr ""
1015+ ":gh:`135307`: :mod:`email`: 修正当 encoding 文本和 max_line_length 被设为 ``0`` 或 "
1016+ "``None`` (无限制) 时在 ``set_content()`` 中引发异常的问题。"
10071017
10081018#: ../NEWS:415
10091019msgid ""
10101020":gh:`134698`: Fix a crash when calling methods of :class:`ssl.SSLContext` or"
10111021" :class:`ssl.SSLSocket` across multiple threads."
10121022msgstr ""
1023+ ":gh:`134698`: 修复在多个线程上调用 :class:`ssl.SSLContext` 或 :class:`ssl.SSLSocket` "
1024+ "的方法时的崩溃问题。"
10131025
10141026#: ../NEWS:418
10151027msgid ""
10161028":gh:`125996`: Fix thread safety of :class:`collections.OrderedDict`. Patch "
10171029"by Kumar Aditya."
10181030msgstr ""
1031+ ":gh:`125996`: 修复 :class:`collections.OrderedDict` 的线程安全问题。 由 Kumar Aditya "
1032+ "编写补丁。."
10191033
10201034#: ../NEWS:421
10211035msgid ""
10221036":gh:`133789`: Fix unpickling of :mod:`pathlib` objects that were pickled in "
10231037"Python 3.13."
1024- msgstr ""
1038+ msgstr ":gh:`133789`: 修正对在 Python 3.13 中封存的 :mod:`pathlib` 对象进行解封时存在的问题。 "
10251039
10261040#: ../NEWS:424
10271041msgid ""
0 commit comments