@@ -13,12 +13,12 @@ msgstr ""
13
13
"POT-Creation-Date : 2021-10-16 21:42+0200\n "
14
14
"PO-Revision-Date : 2021-08-04 21:47+0200\n "
15
15
"
Last-Translator :
Cristián Maureira-Fredes <[email protected] >\n "
16
- "Language : es\n "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1) \n "
17
+ "Language : es \n "
19
18
"MIME-Version : 1.0\n "
20
19
"Content-Type : text/plain; charset=utf-8\n "
21
20
"Content-Transfer-Encoding : 8bit\n "
21
+ "Plural-Forms : nplurals=2; plural=(n != 1)\n "
22
22
"Generated-By : Babel 2.9.1\n "
23
23
24
24
#: ../Doc/library/pty.rst:2
@@ -40,15 +40,14 @@ msgstr ""
40
40
"propia terminal mediante programación."
41
41
42
42
#: ../Doc/library/pty.rst:19
43
- #, fuzzy
44
43
msgid ""
45
44
"Pseudo-terminal handling is highly platform dependent. This code is mainly "
46
45
"tested on Linux, FreeBSD, and macOS (it is supposed to work on other POSIX "
47
46
"platforms but it's not been thoroughly tested)."
48
47
msgstr ""
49
- "Debido a que el manejo de una pseudo-terminal depende en gran medida de la "
50
- "plataforma, este código es solo para Linux (se supone que el código de Linux "
51
- "funciona para otras plataformas, pero este aún no se ha probado) "
48
+ "El manejo de pseudo-terminales depende en gran medida de la plataforma. Este "
49
+ "código se prueba principalmente en Linux, FreeBSD y macOS (se supone que "
50
+ "funciona en otras plataformas POSIX , pero no se ha probado a fondo). "
52
51
53
52
#: ../Doc/library/pty.rst:23
54
53
msgid "The :mod:`pty` module defines the following functions:"
@@ -99,19 +98,21 @@ msgid ""
99
98
"from the child to STDOUT of the current process. It is not signaled to the "
100
99
"child if STDIN of the current process closes down."
101
100
msgstr ""
101
+ "Un bucle copia STDIN del proceso actual al hijo y los datos recibidos del "
102
+ "niño a STDOUT del proceso actual. No se le indica al hijo si STDIN del "
103
+ "proceso actual se cierra."
102
104
103
105
#: ../Doc/library/pty.rst:54
104
- #, fuzzy
105
106
msgid ""
106
107
"The functions *master_read* and *stdin_read* are passed a file descriptor "
107
108
"which they should read from, and they should always return a byte string. In "
108
109
"order to force spawn to return before the child process exits an empty byte "
109
110
"array should be returned to signal end of file."
110
111
msgstr ""
111
- "Las funciones *master_read* y *stdin_read* se les envía como parámetro un "
112
- "descriptor de archivo y siempre deben retornar una cadena de bytes. A fin de "
113
- "que se obligue a * spawn* a retornar antes que el proceso hijo salga se debe "
114
- "lanzar un :exc:`OSError` ."
112
+ "A las funciones *master_read* y *stdin_read* se les pasa un descriptor de "
113
+ "archivo del cual deben leer, y siempre deben retornar una cadena de bytes. "
114
+ "Para forzar el retorno de spawn antes de que el proceso hijo salga, se debe "
115
+ "retornar un arreglo de bytes vacía para señalar el final del archivo ."
115
116
116
117
#: ../Doc/library/pty.rst:59
117
118
msgid ""
0 commit comments