@@ -11,15 +11,16 @@ msgstr ""
1111"Project-Id-Version :Python 3.8\n "
1212"Report-Msgid-Bugs-To :\n "
1313"POT-Creation-Date :2022-10-25 19:47+0200\n "
14- "PO-Revision-Date :2021-12-29 10:59-0300 \n "
14+ "PO-Revision-Date :2023-03-21 17:58-0500 \n "
1515"Last-Translator :\n "
16- "Language :es_AR\n "
1716"Language-Team :python-doc-es\n "
18- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17+ "Language : es_AR \n "
1918"MIME-Version :1.0\n "
2019"Content-Type :text/plain; charset=utf-8\n "
2120"Content-Transfer-Encoding :8bit\n "
21+ "Plural-Forms :nplurals=2; plural=(n != 1);\n "
2222"Generated-By :Babel 2.10.3\n "
23+ "X-Generator :Poedit 3.2.2\n "
2324
2425#: ../Doc/library/fileinput.rst:2
2526msgid ":mod:`fileinput` --- Iterate over lines from multiple input streams"
@@ -258,7 +259,6 @@ msgstr ""
258259"módulo también está disponible para la subclasificación:"
259260
260261#: ../Doc/library/fileinput.rst:146
261- #, fuzzy
262262msgid ""
263263"Class :class:`FileInput` is the implementation; its methods :meth:"
264264"`filename`, :meth:`fileno`, :meth:`lineno`, :meth:`filelineno`, :meth:"
@@ -271,21 +271,20 @@ msgid ""
271271msgstr ""
272272"La Clase :class:`FileInput` es la implementación; sus métodos :meth:"
273273"`filename`, :meth:`fileno`, :meth:`lineno`, :meth:`filelineno`, :meth:"
274- "`isfirstline`, :meth:`isstdin`, :meth:`nextfile`and :meth:`close` "
275- "corresponden a las funciones del mismo nombre en el módulo. Ademástiene un "
276- "método :meth:`~io.TextIOBase.readline` que retorna la siguiente línea de "
277- "entrada, y un método :meth:`__getitem__` que implementa el comportamiento de "
278- "secuencia. Se debe acceder a la secuencia en orden estrictamente secuencial; "
279- "acceso aleatorio y :meth:`~io.TextIOBase.readline` no se pueden mezclar."
274+ "`isfirstline`, :meth:`isstdin`, :meth:`nextfile`y :meth:`close` "
275+ "corresponden a las funciones del mismo nombre en el módulo. Ademáses :term: "
276+ "`iterable` y tiene un método :meth:`~io.TextIOBase.readline` que retorna la "
277+ "siguiente línea de entrada. Se debe acceder a la secuencia en orden "
278+ "estrictamente secuencial; acceso aleatorio y :meth:`~io.TextIOBase.readline` "
279+ "no se pueden mezclar."
280280
281281#: ../Doc/library/fileinput.rst:154
282- #, fuzzy
283282msgid ""
284283"With *mode* you can specify which file mode will be passed to :func:`open`. "
285284"It must be one of ``'r'`` and ``'rb'``."
286285msgstr ""
287- "Con *mode* puede especificara qué modo de archivo se pasará :func:`open`. "
288- "Debe ser uno de ``'r'``, ``'rU'``, ``'U'`` and ``'rb'``."
286+ "Con *mode* puede especificar qué modo de archivo se pasará a :func:`open`. "
287+ "Debe ser uno de ``'r'`` y ``'rb'``."
289288
290289#: ../Doc/library/fileinput.rst:157
291290msgid ""
@@ -326,6 +325,8 @@ msgid ""
326325"The ``'rU'`` and ``'U'`` modes and the :meth:`__getitem__` method have been "
327326"removed."
328327msgstr ""
328+ "Los modos ``'rU'`` y ``'U'`` y el método :meth:`__getitem__` han sido "
329+ "eliminados."
329330
330331#: ../Doc/library/fileinput.rst:184
331332msgid ""
@@ -407,16 +408,9 @@ msgid "Added the optional *errors* parameter."
407408msgstr "Se agregó el parámetro opcional *errors*."
408409
409410#: ../Doc/library/fileinput.rst:226
410- #, fuzzy
411411msgid ""
412412"This function is deprecated since :func:`fileinput.input` and :class:"
413413"`FileInput` now have *encoding* and *errors* parameters."
414414msgstr ""
415- "Esta función es deprecada ya que :func:`input` y :class:`FileInput` ahora "
416- "tienen los parámetros *encoding* y *errors*."
417-
418- #~ msgid "The ``'rU'`` and ``'U'`` modes."
419- #~ msgstr "Los modos ``'rU'`` and ``'U'``."
420-
421- #~ msgid "Support for :meth:`__getitem__` method is deprecated."
422- #~ msgstr "Soporte para el método :meth:`__getitem__` está discontinuado."
415+ "Esta función está en desuso ya que :func:`fileinput.input` y :class:"
416+ "`FileInput` ahora tienen los parámetros *encoding* y *errors*."