@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.10\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2021-06-29 12:56 +0000\n "
14
+ "POT-Creation-Date : 2021-08-12 13:42 +0000\n "
15
15
"PO-Revision-Date : 2021-06-28 01:11+0000\n "
16
16
"Last-Translator : tomo, 2021\n "
17
17
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -84,8 +84,8 @@ msgstr ""
84
84
msgid ""
85
85
"The functions *master_read* and *stdin_read* are passed a file descriptor "
86
86
"which they should read from, and they should always return a byte string. In"
87
- " order to force spawn to return before the child process exits an "
88
- ":exc:`OSError` should be thrown ."
87
+ " order to force spawn to return before the child process exits an empty byte "
88
+ " array should be returned to signal end of file ."
89
89
msgstr ""
90
90
91
91
#: ../../library/pty.rst:55
@@ -109,40 +109,32 @@ msgstr ""
109
109
110
110
#: ../../library/pty.rst:68
111
111
msgid ""
112
- "If both callbacks signal EOF then *spawn* will probably never return, unless"
113
- " *select* throws an error on your platform when passed three empty lists. "
114
- "This is a bug, documented in `issue 26228 "
115
- "<https://bugs.python.org/issue26228>`_."
116
- msgstr ""
117
-
118
- #: ../../library/pty.rst:72
119
- msgid ""
120
112
"Return the exit status value from :func:`os.waitpid` on the child process."
121
113
msgstr ""
122
114
123
- #: ../../library/pty.rst:74
115
+ #: ../../library/pty.rst:70
124
116
msgid ""
125
117
":func:`waitstatus_to_exitcode` can be used to convert the exit status into "
126
118
"an exit code."
127
119
msgstr ""
128
120
129
- #: ../../library/pty.rst:77
121
+ #: ../../library/pty.rst:73
130
122
msgid ""
131
123
"Raises an :ref:`auditing event <auditing>` ``pty.spawn`` with argument "
132
124
"``argv``."
133
125
msgstr ""
134
126
135
- #: ../../library/pty.rst:79
127
+ #: ../../library/pty.rst:75
136
128
msgid ""
137
129
":func:`spawn` now returns the status value from :func:`os.waitpid` on the "
138
130
"child process."
139
131
msgstr ":func:`spawn` が :func:`os.waitpid` が返す子プロセスのステータス値を返すようになりました。"
140
132
141
- #: ../../library/pty.rst:84
133
+ #: ../../library/pty.rst:80
142
134
msgid "Example"
143
135
msgstr "使用例"
144
136
145
- #: ../../library/pty.rst:88
137
+ #: ../../library/pty.rst:84
146
138
msgid ""
147
139
"The following program acts like the Unix command :manpage:`script(1)`, using"
148
140
" a pseudo-terminal to record all input and output of a terminal session in a"
0 commit comments