File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77# Meng Du <[email protected] >, 201988# Wang Saul <[email protected] >, 201999# ppcfish <[email protected] >, 201910+ # Freesand Leo <[email protected] >, 20191011#
1112#, fuzzy
1213msgid ""
@@ -15,7 +16,7 @@ msgstr ""
1516"Report-Msgid-Bugs-To : \n "
1617"POT-Creation-Date : 2019-01-01 10:14+0900\n "
1718"PO-Revision-Date : 2017-02-16 17:34+0000\n "
18- "Last-Translator : ppcfish <ppcfish@gmail .com>, 2019\n "
19+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2019\n "
1920"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2021"MIME-Version : 1.0\n "
2122"Content-Type : text/plain; charset=UTF-8\n "
@@ -36,7 +37,9 @@ msgid ""
3637"object is a dictionary, use :c:func:`PyDict_Check`. The chapter is "
3738"structured like the \" family tree\" of Python object types."
3839msgstr ""
39- "本章中的函数特定于某些Python对象类型。将错误类型的对象传递给它们并不是一个好主意;如果您从Python程序接收到一个对象,但不确定它是否具有正确的类型,则必须首先执行类型检查;例如,要检查对象是否为字典,请使用PyDict_check()。本章的结构类似于Python对象类型的“族树”。"
40+ "本章中的函数特定于某些 Python 对象类型。 将错误类型的对象传递给它们并不是一个好主意;如果您从 Python "
41+ "程序接收到一个对象,但不确定它是否具有正确的类型,则必须首先执行类型检查;例如,要检查对象是否为字典,请使用 "
42+ ":c:func:`PyDict_Check`。 本章的结构类似于 Python 对象类型的“家族树”。"
4043
4144#: ../../c-api/concrete.rst:19
4245msgid ""
Original file line number Diff line number Diff line change @@ -81,19 +81,25 @@ msgid ""
8181":meth:`loop.add_reader` and :meth:`loop.add_writer` only accept socket "
8282"handles (e.g. pipe file descriptors are not supported)."
8383msgstr ""
84+ ":meth:`loop.add_reader` 和 :meth:`loop.add_writer` "
85+ "只接受套接字处理回调函数(如管道、文件描述符等都不支持)。"
8486
8587#: ../../library/asyncio-platforms.rst:43
8688msgid ""
8789"Pipes are not supported, so the :meth:`loop.connect_read_pipe` and "
8890":meth:`loop.connect_write_pipe` methods are not implemented."
8991msgstr ""
92+ "因为不支持管道,所以 :meth:`loop.connect_read_pipe` 和 :meth:`loop.connect_write_pipe`"
93+ " 方法没有实现。"
9094
9195#: ../../library/asyncio-platforms.rst:46
9296msgid ""
9397":ref:`Subprocesses <asyncio-subprocess>` are not supported, i.e. "
9498":meth:`loop.subprocess_exec` and :meth:`loop.subprocess_shell` methods are "
9599"not implemented."
96100msgstr ""
101+ "不支持 :ref:`Subprocesses <asyncio-subprocess>` ,也就是 "
102+ ":meth:`loop.subprocess_exec` 和 :meth:`loop.subprocess_shell` 方法没有实现。"
97103
98104#: ../../library/asyncio-platforms.rst:50
99105msgid ":class:`ProactorEventLoop` has the following limitations:"
You can’t perform that action at this time.
0 commit comments