@@ -11,16 +11,16 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2020-05-05 12:54+0200\n "
14
- "PO-Revision-Date : 2020 -08-10 07:54-0300 \n "
14
+ "PO-Revision-Date : 2021 -08-02 11:16+0200 \n "
15
15
"Language-Team : python-doc-es\n "
16
16
"MIME-Version : 1.0\n "
17
17
"Content-Type : text/plain; charset=UTF-8\n "
18
18
"Content-Transfer-Encoding : 8bit\n "
19
19
"Generated-By : Babel 2.8.0\n "
20
20
"Plural-Forms : nplurals=2; plural=(n != 1);\n "
21
- "Last-Translator : \n "
21
+ "Last-Translator : Cristián Maureira-Fredes <cmaureirafredes@gmail.com> \n "
22
22
"Language : es_AR\n "
23
- "X-Generator : Poedit 2.4 \n "
23
+ "X-Generator : Poedit 3.0 \n "
24
24
25
25
#: ../Doc/faq/extending.rst:3
26
26
msgid "Extending/Embedding FAQ"
@@ -136,15 +136,14 @@ msgid "How can I evaluate an arbitrary Python expression from C?"
136
136
msgstr "¿Cómo puedo evaluar una expresión arbitraria de Python desde C?"
137
137
138
138
#: ../Doc/faq/extending.rst:74
139
- #, fuzzy
140
139
msgid ""
141
140
"Call the function :c:func:`PyRun_String` from the previous question with the "
142
141
"start symbol :c:data:`Py_eval_input`; it parses an expression, evaluates it "
143
142
"and returns its value."
144
143
msgstr ""
145
144
"Llama a la función :c:func:`PyRun_String` de la pregunta anterior con el "
146
- "símbolo de comienzo (*start*) :c:data:`Py_eval_input`; analiza una "
147
- "expresión, evalúa y retorna su valor."
145
+ "símbolo de comienzo :c:data:`Py_eval_input`; analiza una expresión, evalúa y "
146
+ "retorna su valor."
148
147
149
148
#: ../Doc/faq/extending.rst:80
150
149
msgid "How do I extract C values from a Python object?"
@@ -233,7 +232,7 @@ msgid ""
233
232
msgstr ""
234
233
"Esto funciona para cualquier objeto que tenga métodos -- sean estos "
235
234
"incorporados o definidos por el usuario. Eres responsable si eventualmente "
236
- "usas :c:func:`Py_DECREF` en el valor de retorno.\" "
235
+ "usas :c:func:`Py_DECREF` en el valor de retorno."
237
236
238
237
#: ../Doc/faq/extending.rst:124
239
238
msgid ""
@@ -278,7 +277,7 @@ msgstr ""
278
277
#: ../Doc/faq/extending.rst:149
279
278
msgid "The easiest way to do this is to use the :class:`io.StringIO` class:"
280
279
msgstr ""
281
- "La manera mas fácil de hacer esto es usar la clase :class:`io.StringIO`. "
280
+ "La manera mas fácil de hacer esto es usar la clase :class:`io.StringIO`: "
282
281
283
282
#: ../Doc/faq/extending.rst:161
284
283
msgid "A custom object to do the same would look like this:"
@@ -368,7 +367,6 @@ msgid "How do I debug an extension?"
368
367
msgstr "¿Cómo puedo depurar una extención?"
369
368
370
369
#: ../Doc/faq/extending.rst:226
371
- #, fuzzy
372
370
msgid ""
373
371
"When using GDB with dynamically loaded extensions, you can't set a "
374
372
"breakpoint in your extension until your extension is loaded."
@@ -414,9 +412,8 @@ msgid "For Debian, run ``apt-get install python-dev``."
414
412
msgstr "Para Debian, corre ``apt-get install python-dev``."
415
413
416
414
#: ../Doc/faq/extending.rst:259
417
- #, fuzzy
418
415
msgid "How do I tell \" incomplete input\" from \" invalid input\" ?"
419
- msgstr "¿Cómo digo \" incomplete input \" desde \" invalid input \" ?"
416
+ msgstr "¿Cómo digo \" entrada incompleta \" desde \" entrada inválida \" ?"
420
417
421
418
#: ../Doc/faq/extending.rst:261
422
419
msgid ""
@@ -433,7 +430,6 @@ msgstr ""
433
430
"inmediatamente cuando la entrada es invalida."
434
431
435
432
#: ../Doc/faq/extending.rst:267
436
- #, fuzzy
437
433
msgid ""
438
434
"In Python you can use the :mod:`codeop` module, which approximates the "
439
435
"parser's behavior sufficiently. IDLE uses this, for example."
@@ -495,9 +491,8 @@ msgstr ""
495
491
"llamas a readline())::"
496
492
497
493
#: ../Doc/faq/extending.rst:432
498
- #, fuzzy
499
494
msgid "How do I find undefined g++ symbols __builtin_new or __pure_virtual?"
500
- msgstr "¿Cómo encuentro símbolos g++ __builtin_new or __pure_virtual?"
495
+ msgstr "¿Cómo encuentro símbolos g++ __builtin_new o __pure_virtual?"
501
496
502
497
#: ../Doc/faq/extending.rst:434
503
498
msgid ""
0 commit comments