@@ -61,7 +61,7 @@ msgstr ""
6161
6262#: ../../library/poplib.rst:31
6363msgid "The :mod:`poplib` module provides two classes:"
64- msgstr ""
64+ msgstr ":mod:`poplib` 模块提供了两个类: "
6565
6666#: ../../library/poplib.rst:36
6767msgid ""
@@ -79,25 +79,30 @@ msgid ""
7979"Raises an :ref:`auditing event <auditing>` ``poplib.connect`` with arguments"
8080" ``self``, ``host``, ``port``."
8181msgstr ""
82+ "引发一个 :ref:`审计事件 <auditing>` ``poplib.connect``,附带参数 ``self``, ``host``, "
83+ "``port``。"
8284
8385#: ../../library/poplib.rstNone ../../library/poplib.rstNone
8486msgid ""
8587"Raises an :ref:`auditing event <auditing>` ``poplib.putline`` with arguments"
8688" ``self``, ``line``."
8789msgstr ""
90+ "引发一个 :ref:`审计事件 <auditing>` ``poplib.putline``,附带参数 ``self``, ``line``。"
8891
8992#: ../../library/poplib.rst:46 ../../library/poplib.rst:72
9093msgid ""
9194"All commands will raise an :ref:`auditing event <auditing>` "
9295"``poplib.putline`` with arguments ``self`` and ``line``, where ``line`` is "
9396"the bytes about to be sent to the remote host."
9497msgstr ""
98+ "所有命令都会引发一个 :ref:`审计事件 <auditing>` ``poplib.putline``,附带参数 ``self`` 和 "
99+ "``line``,其中 ``line`` 是即将发送到远程主机的字节串。"
95100
96101#: ../../library/poplib.rst:50 ../../library/poplib.rst:91
97102msgid ""
98103"If the *timeout* parameter is set to be zero, it will raise a "
99104":class:`ValueError` to prevent the creation of a non-blocking socket."
100- msgstr ""
105+ msgstr "如果 *timeout* 参数设置为 0,创建非阻塞套接字时,它将引发 :class:`ValueError` 来阻止该操作。 "
101106
102107#: ../../library/poplib.rst:56
103108msgid ""
0 commit comments