55#
66# Translators:
778+ # Freesand Leo <[email protected] >, 201889910# Zombie110year <[email protected] >, 20191011# ppcfish <[email protected] >, 201911- # Freesand Leo <[email protected] >, 20201212# Arisaka97 <[email protected] >, 20201313#
1414#, fuzzy
1515msgid ""
1616msgstr ""
1717"Project-Id-Version : Python 3.8\n "
1818"Report-Msgid-Bugs-To : \n "
19- "POT-Creation-Date : 2020-02-09 12:40 +0000\n "
19+ "POT-Creation-Date : 2020-05-26 14:03 +0000\n "
2020"PO-Revision-Date : 2017-02-16 23:25+0000\n "
2121"
Last-Translator :
Arisaka97 <[email protected] >, 2020\n "
2222"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -177,13 +177,10 @@ msgstr "(仅支持 BSD)返回一个内核事件对象,请参阅下方 :ref
177177#: ../../library/select.rst:119
178178msgid ""
179179"This is a straightforward interface to the Unix :c:func:`select` system "
180- "call. The first three arguments are sequences of 'waitable objects': either "
180+ "call. The first three arguments are iterables of 'waitable objects': either "
181181"integers representing file descriptors or objects with a parameterless "
182182"method named :meth:`~io.IOBase.fileno` returning such an integer:"
183183msgstr ""
184- "这是 Unix :c:func:`select` "
185- "系统调用的直接接口。前三个参数是由“等待对象”组成的序列,“等待对象”可以是表示文件描述符的整数,也可以是带有 "
186- ":meth:`~io.IOBase.fileno` 方法的对象(该方法没有参数,返回一个整数):"
187184
188185#: ../../library/select.rst:124
189186msgid "*rlist*: wait until ready for reading"
@@ -201,16 +198,13 @@ msgstr "*xlist*:等待“异常情况”(请参阅当前系统的手册,
201198
202199#: ../../library/select.rst:129
203200msgid ""
204- "Empty sequences are allowed, but acceptance of three empty sequences is "
201+ "Empty iterables are allowed, but acceptance of three empty iterables is "
205202"platform-dependent. (It is known to work on Unix but not on Windows.) The "
206203"optional *timeout* argument specifies a time-out as a floating point number "
207204"in seconds. When the *timeout* argument is omitted the function blocks "
208205"until at least one file descriptor is ready. A time-out value of zero "
209206"specifies a poll and never blocks."
210207msgstr ""
211- "允许使用空序列,但是否接受三个空序列取决于平台。(目前已知在 Unix 上可以但 Windows 上不行。)可选的 *timeout* "
212- "参数指定超时时长,为浮点数,以秒为单位。如果省略了 *timeout* "
213- "参数,则该函数将阻塞,直到至少一个文件描述符准备就绪。超时值为零表示轮询且永不阻塞。"
214208
215209#: ../../library/select.rst:136
216210msgid ""
@@ -221,17 +215,13 @@ msgstr "返回值是三个列表,包含已就绪对象,返回的三个列表
221215
222216#: ../../library/select.rst:144
223217msgid ""
224- "Among the acceptable object types in the sequences are Python :term:`file "
218+ "Among the acceptable object types in the iterables are Python :term:`file "
225219"objects <file object>` (e.g. ``sys.stdin``, or objects returned by "
226220":func:`open` or :func:`os.popen`), socket objects returned by "
227221":func:`socket.socket`. You may also define a :dfn:`wrapper` class yourself,"
228222" as long as it has an appropriate :meth:`~io.IOBase.fileno` method (that "
229223"really returns a file descriptor, not just a random integer)."
230224msgstr ""
231- "序列中可接受的对象类型包括 Python :term:`文件对象 <file object>` (例如 "
232- "``sys.stdin``、:func:`open` 或 :func:`os.popen` 返回的对象),:func:`socket.socket` "
233- "返回的套接字对象。 你也可以自定义 :dfn:`wrapper` 类,只要它具有合适的 :meth:`~io.IOBase.fileno` "
234- "方法(该方法应返回实际的文件描述符,而不仅仅返回一个随机整数)。"
235225
236226#: ../../library/select.rst:155
237227msgid ""
0 commit comments