@@ -12,7 +12,7 @@ msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version : Python 3.7\n "
14
14
"Report-Msgid-Bugs-To : \n "
15
- "POT-Creation-Date : 2019-09-16 03:30+0000\n "
15
+ "POT-Creation-Date : 2019-09-18 03:30+0000\n "
16
16
"PO-Revision-Date : 2019-09-01 03:30+0000\n "
17
17
"Last-Translator : MS_H, 2019\n "
18
18
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -1035,35 +1035,35 @@ msgid ""
1035
1035
"method with a protocol::"
1036
1036
msgstr ""
1037
1037
1038
- #: ../../library/asyncio-protocol.rst:974
1038
+ #: ../../library/asyncio-protocol.rst:975
1039
1039
msgid ""
1040
1040
"The :ref:`watch a file descriptor for read events "
1041
1041
"<asyncio_example_watch_fd>` example uses the low-level "
1042
1042
":meth:`loop.add_reader` method to register an FD."
1043
1043
msgstr ""
1044
1044
1045
- #: ../../library/asyncio-protocol.rst:978
1045
+ #: ../../library/asyncio-protocol.rst:979
1046
1046
msgid ""
1047
1047
"The :ref:`register an open socket to wait for data using streams "
1048
1048
"<asyncio_example_create_connection-streams>` example uses high-level streams"
1049
1049
" created by the :func:`open_connection` function in a coroutine."
1050
1050
msgstr ""
1051
1051
1052
- #: ../../library/asyncio-protocol.rst:985
1052
+ #: ../../library/asyncio-protocol.rst:986
1053
1053
msgid "loop.subprocess_exec() and SubprocessProtocol"
1054
1054
msgstr ""
1055
1055
1056
- #: ../../library/asyncio-protocol.rst:987
1056
+ #: ../../library/asyncio-protocol.rst:988
1057
1057
msgid ""
1058
1058
"An example of a subprocess protocol used to get the output of a subprocess "
1059
1059
"and to wait for the subprocess exit."
1060
1060
msgstr ""
1061
1061
1062
- #: ../../library/asyncio-protocol.rst:990
1062
+ #: ../../library/asyncio-protocol.rst:991
1063
1063
msgid "The subprocess is created by th :meth:`loop.subprocess_exec` method::"
1064
1064
msgstr ""
1065
1065
1066
- #: ../../library/asyncio-protocol.rst:1040
1066
+ #: ../../library/asyncio-protocol.rst:1041
1067
1067
msgid ""
1068
1068
"See also the :ref:`same example <asyncio_example_create_subprocess_exec>` "
1069
1069
"written using high-level APIs."
0 commit comments