From 20e2004d8aff121353bda197b2f248e098092eac Mon Sep 17 00:00:00 2001 From: "Carlos A. Crespo" Date: Sat, 18 Dec 2021 17:31:53 -0300 Subject: [PATCH 1/6] Traducido 100% fileinput.po --- library/fileinput.po | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/library/fileinput.po b/library/fileinput.po index bbc2ea60db..176943c1a9 100644 --- a/library/fileinput.po +++ b/library/fileinput.po @@ -105,7 +105,6 @@ msgstr "" "que la última línea en un archivo puede no tener una." #: ../Doc/library/fileinput.rst:49 -#, fuzzy msgid "" "You can control how files are opened by providing an opening hook via the " "*openhook* parameter to :func:`fileinput.input` or :class:`FileInput()`. The " @@ -118,8 +117,10 @@ msgstr "" "Puede controlar cómo se abren los archivos proporcionando un enlace de " "apertura a través del parámetro *openhook* a :func:`fileinput.input` o :" "class:`FileInput()`. El enlace debe ser una función que tome dos argumentos, " -"*filename* y *mode*, y retorna un objeto similar a un archivo abierto. Este " -"módulo ya proporciona dos enlaces útiles." +"*filename* y *mode*, y en consecuencia retorna un objeto similar a un " +"archivo abierto. Si *encoding* y/o *errors son especificados, seran pasados " +"al enlace como argumentos de palabras clave adicionales.Este módulo " +"proporciona :func:`hook_compressed` para admitir archivos comprimidos." #: ../Doc/library/fileinput.rst:56 msgid "The following function is the primary interface of this module:" @@ -162,6 +163,7 @@ msgstr "" #: ../Doc/library/fileinput.rst:213 msgid "The keyword-only parameter *encoding* and *errors* are added." msgstr "" +"El parámetro exclusivo de palabra clave *encoding* y *errors* son añadidos." #: ../Doc/library/fileinput.rst:84 msgid "" @@ -297,6 +299,8 @@ msgid "" "You can specify *encoding* and *errors* that is passed to :func:`open` or " "*openhook*." msgstr "" +"Puedes especificar *encoding* y *errors* que son pasados a :func:`open` o " +"*openhook*." #: ../Doc/library/fileinput.rst:164 msgid "" @@ -370,15 +374,17 @@ msgid "" "The *encoding* and *errors* values are passed to :class:`io.TextIOWrapper` " "for compressed files and open for normal files." msgstr "" +"Los valores *encoding* y *errors* se pasan a :class:`io.TextIOWrapper` para " +"archivos comprimidos y para abrir archivos normales.for compressed files and " +"open for normal files." #: ../Doc/library/fileinput.rst:211 -#, fuzzy msgid "" "Usage example: ``fi = fileinput.FileInput(openhook=fileinput." "hook_compressed, encoding=\"utf-8\")``" msgstr "" "Ejemplo de uso: ``fi = fileinput.FileInput(openhook=fileinput." -"hook_compressed)``" +"hook_compressed, encoding=\"utf-8\")``" #: ../Doc/library/fileinput.rst:219 msgid "" @@ -405,3 +411,5 @@ msgid "" "This function is deprecated since :func:`input` and :class:`FileInput` now " "have *encoding* and *errors* parameters." msgstr "" +"Esta función es deprecada ya que :func:`input` y :class:`FileInput` ahora " +"tienen los parámetros *encoding* y *errors*." From 201b8363eb209a2200c7cbf146ee0545e41248b8 Mon Sep 17 00:00:00 2001 From: "Carlos A. Crespo" Date: Sat, 18 Dec 2021 17:56:19 -0300 Subject: [PATCH 2/6] pospell & build --- library/fileinput.po | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/library/fileinput.po b/library/fileinput.po index 176943c1a9..c3d9149174 100644 --- a/library/fileinput.po +++ b/library/fileinput.po @@ -118,7 +118,7 @@ msgstr "" "apertura a través del parámetro *openhook* a :func:`fileinput.input` o :" "class:`FileInput()`. El enlace debe ser una función que tome dos argumentos, " "*filename* y *mode*, y en consecuencia retorna un objeto similar a un " -"archivo abierto. Si *encoding* y/o *errors son especificados, seran pasados " +"archivo abierto. Si *encoding* y/o *errors* son especificados, serán pasados " "al enlace como argumentos de palabras clave adicionales.Este módulo " "proporciona :func:`hook_compressed` para admitir archivos comprimidos." @@ -375,8 +375,7 @@ msgid "" "for compressed files and open for normal files." msgstr "" "Los valores *encoding* y *errors* se pasan a :class:`io.TextIOWrapper` para " -"archivos comprimidos y para abrir archivos normales.for compressed files and " -"open for normal files." +"archivos comprimidos y para abrir archivos normales." #: ../Doc/library/fileinput.rst:211 msgid "" From 8a3651b5d69ca9fee3d58b3022e0dcb4ba3ca3dd Mon Sep 17 00:00:00 2001 From: "Carlos A. Crespo" Date: Wed, 29 Dec 2021 10:38:51 -0300 Subject: [PATCH 3/6] Apply suggestions from code review Co-authored-by: rtobar --- library/fileinput.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/fileinput.po b/library/fileinput.po index c3d9149174..dcbdc7b5fb 100644 --- a/library/fileinput.po +++ b/library/fileinput.po @@ -119,7 +119,7 @@ msgstr "" "class:`FileInput()`. El enlace debe ser una función que tome dos argumentos, " "*filename* y *mode*, y en consecuencia retorna un objeto similar a un " "archivo abierto. Si *encoding* y/o *errors* son especificados, serán pasados " -"al enlace como argumentos de palabras clave adicionales.Este módulo " +"al enlace como argumentos de palabras clave adicionales. Este módulo " "proporciona :func:`hook_compressed` para admitir archivos comprimidos." #: ../Doc/library/fileinput.rst:56 @@ -163,7 +163,7 @@ msgstr "" #: ../Doc/library/fileinput.rst:213 msgid "The keyword-only parameter *encoding* and *errors* are added." msgstr "" -"El parámetro exclusivo de palabra clave *encoding* y *errors* son añadidos." +"Los parámetros exclusivos de palabra clave *encoding* y *errors* son añadidos." #: ../Doc/library/fileinput.rst:84 msgid "" From a7c6d1b21f12cadcb477b92f95b60c0e52668e17 Mon Sep 17 00:00:00 2001 From: "Carlos A. Crespo" Date: Wed, 29 Dec 2021 10:44:35 -0300 Subject: [PATCH 4/6] powrap --- library/fileinput.po | 79 ++++++++++++++++++++++---------------------- 1 file changed, 39 insertions(+), 40 deletions(-) diff --git a/library/fileinput.po b/library/fileinput.po index dcbdc7b5fb..b59a20da58 100644 --- a/library/fileinput.po +++ b/library/fileinput.po @@ -11,20 +11,20 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-10-16 21:42+0200\n" -"PO-Revision-Date: 2020-08-14 15:10-0300\n" +"PO-Revision-Date: 2021-12-29 10:44-0300\n" "Last-Translator: \n" "Language: es_AR\n" "Language-Team: python-doc-es\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.1\n" +"X-Generator: Poedit 3.0\n" #: ../Doc/library/fileinput.rst:2 msgid ":mod:`fileinput` --- Iterate over lines from multiple input streams" -msgstr "" -":mod:`fileinput` --- Iterar sobre líneas de múltiples flujos de entrada" +msgstr ":mod:`fileinput` --- Iterar sobre líneas de múltiples flujos de entrada" #: ../Doc/library/fileinput.rst:10 msgid "**Source code:** :source:`Lib/fileinput.py`" @@ -33,8 +33,8 @@ msgstr "**Código fuente:** :source:`Lib/fileinput.py`" #: ../Doc/library/fileinput.rst:14 msgid "" "This module implements a helper class and functions to quickly write a loop " -"over standard input or a list of files. If you just want to read or write " -"one file see :func:`open`." +"over standard input or a list of files. If you just want to read or write one " +"file see :func:`open`." msgstr "" "Este módulo implementa una clase auxiliar y funciones para escribir " "rápidamente un bucle sobre una entrada estándar o una lista de archivos. Si " @@ -49,9 +49,8 @@ msgid "" "This iterates over the lines of all files listed in ``sys.argv[1:]``, " "defaulting to ``sys.stdin`` if the list is empty. If a filename is ``'-'``, " "it is also replaced by ``sys.stdin`` and the optional arguments *mode* and " -"*openhook* are ignored. To specify an alternative list of filenames, pass " -"it as the first argument to :func:`.input`. A single file name is also " -"allowed." +"*openhook* are ignored. To specify an alternative list of filenames, pass it " +"as the first argument to :func:`.input`. A single file name is also allowed." msgstr "" "Esto itera sobre las líneas de todos los archivos enumerados en ``sys." "argv[1:]``, por defecto a ``sys.stdin``si la lista está vacía. Si un nombre " @@ -89,12 +88,12 @@ msgstr "" #: ../Doc/library/fileinput.rst:42 msgid "" "Empty files are opened and immediately closed; the only time their presence " -"in the list of filenames is noticeable at all is when the last file opened " -"is empty." +"in the list of filenames is noticeable at all is when the last file opened is " +"empty." msgstr "" -"Los archivos vacíos se abren e inmediatamente se cierran; la única vez que " -"su presencia en la lista de nombres de archivo es notable es cuando el " -"último archivo abierto está vacío." +"Los archivos vacíos se abren e inmediatamente se cierran; la única vez que su " +"presencia en la lista de nombres de archivo es notable es cuando el último " +"archivo abierto está vacío." #: ../Doc/library/fileinput.rst:46 msgid "" @@ -109,17 +108,17 @@ msgid "" "You can control how files are opened by providing an opening hook via the " "*openhook* parameter to :func:`fileinput.input` or :class:`FileInput()`. The " "hook must be a function that takes two arguments, *filename* and *mode*, and " -"returns an accordingly opened file-like object. If *encoding* and/or " -"*errors* are specified, they will be passed to the hook as additional " -"keyword arguments. This module provides a :func:`hook_compressed` to support " +"returns an accordingly opened file-like object. If *encoding* and/or *errors* " +"are specified, they will be passed to the hook as additional keyword " +"arguments. This module provides a :func:`hook_compressed` to support " "compressed files." msgstr "" "Puede controlar cómo se abren los archivos proporcionando un enlace de " -"apertura a través del parámetro *openhook* a :func:`fileinput.input` o :" -"class:`FileInput()`. El enlace debe ser una función que tome dos argumentos, " -"*filename* y *mode*, y en consecuencia retorna un objeto similar a un " -"archivo abierto. Si *encoding* y/o *errors* son especificados, serán pasados " -"al enlace como argumentos de palabras clave adicionales. Este módulo " +"apertura a través del parámetro *openhook* a :func:`fileinput.input` o :class:" +"`FileInput()`. El enlace debe ser una función que tome dos argumentos, " +"*filename* y *mode*, y en consecuencia retorna un objeto similar a un archivo " +"abierto. Si *encoding* y/o *errors* son especificados, serán pasados al " +"enlace como argumentos de palabras clave adicionales. Este módulo " "proporciona :func:`hook_compressed` para admitir archivos comprimidos." #: ../Doc/library/fileinput.rst:56 @@ -133,9 +132,9 @@ msgid "" "to use during iteration. The parameters to this function will be passed " "along to the constructor of the :class:`FileInput` class." msgstr "" -"Crea una instancia de la clase :class:`FileInput`. La instancia se usará " -"como estado global para las funciones de este módulo y también se volverá a " -"usar durante la iteración. Los parámetros de esta función se pasarán al " +"Crea una instancia de la clase :class:`FileInput`. La instancia se usará como " +"estado global para las funciones de este módulo y también se volverá a usar " +"durante la iteración. Los parámetros de esta función se pasarán al " "constructor de la clase :class:`FileInput`." #: ../Doc/library/fileinput.rst:66 @@ -241,8 +240,8 @@ msgstr "" "contarán para el recuento de líneas acumuladas. El nombre del archivo no se " "cambia hasta que se haya leído la primera línea del siguiente archivo. Antes " "de que se haya leído la primera línea, esta función no tiene efecto; no se " -"puede usar para omitir el primer archivo. Después de leer la última línea " -"del último archivo, esta función no tiene efecto." +"puede usar para omitir el primer archivo. Después de leer la última línea del " +"último archivo, esta función no tiene efecto." #: ../Doc/library/fileinput.rst:138 msgid "Close the sequence." @@ -260,12 +259,12 @@ msgstr "" msgid "" "Class :class:`FileInput` is the implementation; its methods :meth:" "`filename`, :meth:`fileno`, :meth:`lineno`, :meth:`filelineno`, :meth:" -"`isfirstline`, :meth:`isstdin`, :meth:`nextfile` and :meth:`close` " -"correspond to the functions of the same name in the module. In addition it " -"has a :meth:`~io.TextIOBase.readline` method which returns the next input " -"line, and a :meth:`__getitem__` method which implements the sequence " -"behavior. The sequence must be accessed in strictly sequential order; random " -"access and :meth:`~io.TextIOBase.readline` cannot be mixed." +"`isfirstline`, :meth:`isstdin`, :meth:`nextfile` and :meth:`close` correspond " +"to the functions of the same name in the module. In addition it has a :meth:" +"`~io.TextIOBase.readline` method which returns the next input line, and a :" +"meth:`__getitem__` method which implements the sequence behavior. The " +"sequence must be accessed in strictly sequential order; random access and :" +"meth:`~io.TextIOBase.readline` cannot be mixed." msgstr "" "La Clase :class:`FileInput` es la implementación; sus métodos :meth:" "`filename`, :meth:`fileno`, :meth:`lineno`, :meth:`filelineno`, :meth:" @@ -334,10 +333,10 @@ msgid "" "input file (if a file of the same name as the backup file already exists, it " "will be replaced silently). This makes it possible to write a filter that " "rewrites its input file in place. If the *backup* parameter is given " -"(typically as ``backup='.'``), it specifies the extension " -"for the backup file, and the backup file remains around; by default, the " -"extension is ``'.bak'`` and it is deleted when the output file is closed. " -"In-place filtering is disabled when standard input is read." +"(typically as ``backup='.'``), it specifies the extension for " +"the backup file, and the backup file remains around; by default, the " +"extension is ``'.bak'`` and it is deleted when the output file is closed. In-" +"place filtering is disabled when standard input is read." msgstr "" "**Filtrado al instante opcional:** si el argumento de la palabra clave " "``inplace=True`` se pasa a :func:`fileinput.input` o al constructor :class:" @@ -365,9 +364,9 @@ msgid "" msgstr "" "Abre de forma transparente archivos comprimidos con *gzip* y *bzip2* " "(reconocidos por las extensiones ``'.gz'`` and ``'.bz2'``) utilizando los " -"módulos :mod:`gzip` y :mod:`bz2`. Si la extensión del nombre de archivo no " -"es ``'.gz'`` or ``'.bz2'``, el archivo se abre normalmente (es decir, " -"usando :func:`open` sin descompresión)." +"módulos :mod:`gzip` y :mod:`bz2`. Si la extensión del nombre de archivo no es " +"``'.gz'`` or ``'.bz2'``, el archivo se abre normalmente (es decir, usando :" +"func:`open` sin descompresión)." #: ../Doc/library/fileinput.rst:208 msgid "" From 70b5c0682202c4d54251eff9868c3bbd8238e045 Mon Sep 17 00:00:00 2001 From: "Carlos A. Crespo" Date: Wed, 29 Dec 2021 11:00:11 -0300 Subject: [PATCH 5/6] powrap --- library/fileinput.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/fileinput.po b/library/fileinput.po index b59a20da58..4c6304165d 100644 --- a/library/fileinput.po +++ b/library/fileinput.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-10-16 21:42+0200\n" -"PO-Revision-Date: 2021-12-29 10:44-0300\n" +"PO-Revision-Date: 2021-12-29 10:59-0300\n" "Last-Translator: \n" "Language: es_AR\n" "Language-Team: python-doc-es\n" From 55a76b79819fdee5764c6a1bf58e9f596a755e47 Mon Sep 17 00:00:00 2001 From: "Carlos A. Crespo" Date: Thu, 30 Dec 2021 09:02:00 -0300 Subject: [PATCH 6/6] powrap. La tercera es la vencida :P --- library/fileinput.po | 77 +++++++++++++++++++++++--------------------- 1 file changed, 40 insertions(+), 37 deletions(-) diff --git a/library/fileinput.po b/library/fileinput.po index 4c6304165d..79eded4b66 100644 --- a/library/fileinput.po +++ b/library/fileinput.po @@ -24,7 +24,8 @@ msgstr "" #: ../Doc/library/fileinput.rst:2 msgid ":mod:`fileinput` --- Iterate over lines from multiple input streams" -msgstr ":mod:`fileinput` --- Iterar sobre líneas de múltiples flujos de entrada" +msgstr "" +":mod:`fileinput` --- Iterar sobre líneas de múltiples flujos de entrada" #: ../Doc/library/fileinput.rst:10 msgid "**Source code:** :source:`Lib/fileinput.py`" @@ -33,8 +34,8 @@ msgstr "**Código fuente:** :source:`Lib/fileinput.py`" #: ../Doc/library/fileinput.rst:14 msgid "" "This module implements a helper class and functions to quickly write a loop " -"over standard input or a list of files. If you just want to read or write one " -"file see :func:`open`." +"over standard input or a list of files. If you just want to read or write " +"one file see :func:`open`." msgstr "" "Este módulo implementa una clase auxiliar y funciones para escribir " "rápidamente un bucle sobre una entrada estándar o una lista de archivos. Si " @@ -49,8 +50,9 @@ msgid "" "This iterates over the lines of all files listed in ``sys.argv[1:]``, " "defaulting to ``sys.stdin`` if the list is empty. If a filename is ``'-'``, " "it is also replaced by ``sys.stdin`` and the optional arguments *mode* and " -"*openhook* are ignored. To specify an alternative list of filenames, pass it " -"as the first argument to :func:`.input`. A single file name is also allowed." +"*openhook* are ignored. To specify an alternative list of filenames, pass " +"it as the first argument to :func:`.input`. A single file name is also " +"allowed." msgstr "" "Esto itera sobre las líneas de todos los archivos enumerados en ``sys." "argv[1:]``, por defecto a ``sys.stdin``si la lista está vacía. Si un nombre " @@ -88,12 +90,12 @@ msgstr "" #: ../Doc/library/fileinput.rst:42 msgid "" "Empty files are opened and immediately closed; the only time their presence " -"in the list of filenames is noticeable at all is when the last file opened is " -"empty." +"in the list of filenames is noticeable at all is when the last file opened " +"is empty." msgstr "" -"Los archivos vacíos se abren e inmediatamente se cierran; la única vez que su " -"presencia en la lista de nombres de archivo es notable es cuando el último " -"archivo abierto está vacío." +"Los archivos vacíos se abren e inmediatamente se cierran; la única vez que " +"su presencia en la lista de nombres de archivo es notable es cuando el " +"último archivo abierto está vacío." #: ../Doc/library/fileinput.rst:46 msgid "" @@ -108,17 +110,17 @@ msgid "" "You can control how files are opened by providing an opening hook via the " "*openhook* parameter to :func:`fileinput.input` or :class:`FileInput()`. The " "hook must be a function that takes two arguments, *filename* and *mode*, and " -"returns an accordingly opened file-like object. If *encoding* and/or *errors* " -"are specified, they will be passed to the hook as additional keyword " -"arguments. This module provides a :func:`hook_compressed` to support " +"returns an accordingly opened file-like object. If *encoding* and/or " +"*errors* are specified, they will be passed to the hook as additional " +"keyword arguments. This module provides a :func:`hook_compressed` to support " "compressed files." msgstr "" "Puede controlar cómo se abren los archivos proporcionando un enlace de " -"apertura a través del parámetro *openhook* a :func:`fileinput.input` o :class:" -"`FileInput()`. El enlace debe ser una función que tome dos argumentos, " -"*filename* y *mode*, y en consecuencia retorna un objeto similar a un archivo " -"abierto. Si *encoding* y/o *errors* son especificados, serán pasados al " -"enlace como argumentos de palabras clave adicionales. Este módulo " +"apertura a través del parámetro *openhook* a :func:`fileinput.input` o :" +"class:`FileInput()`. El enlace debe ser una función que tome dos argumentos, " +"*filename* y *mode*, y en consecuencia retorna un objeto similar a un " +"archivo abierto. Si *encoding* y/o *errors* son especificados, serán pasados " +"al enlace como argumentos de palabras clave adicionales. Este módulo " "proporciona :func:`hook_compressed` para admitir archivos comprimidos." #: ../Doc/library/fileinput.rst:56 @@ -132,9 +134,9 @@ msgid "" "to use during iteration. The parameters to this function will be passed " "along to the constructor of the :class:`FileInput` class." msgstr "" -"Crea una instancia de la clase :class:`FileInput`. La instancia se usará como " -"estado global para las funciones de este módulo y también se volverá a usar " -"durante la iteración. Los parámetros de esta función se pasarán al " +"Crea una instancia de la clase :class:`FileInput`. La instancia se usará " +"como estado global para las funciones de este módulo y también se volverá a " +"usar durante la iteración. Los parámetros de esta función se pasarán al " "constructor de la clase :class:`FileInput`." #: ../Doc/library/fileinput.rst:66 @@ -162,7 +164,8 @@ msgstr "" #: ../Doc/library/fileinput.rst:213 msgid "The keyword-only parameter *encoding* and *errors* are added." msgstr "" -"Los parámetros exclusivos de palabra clave *encoding* y *errors* son añadidos." +"Los parámetros exclusivos de palabra clave *encoding* y *errors* son " +"añadidos." #: ../Doc/library/fileinput.rst:84 msgid "" @@ -240,8 +243,8 @@ msgstr "" "contarán para el recuento de líneas acumuladas. El nombre del archivo no se " "cambia hasta que se haya leído la primera línea del siguiente archivo. Antes " "de que se haya leído la primera línea, esta función no tiene efecto; no se " -"puede usar para omitir el primer archivo. Después de leer la última línea del " -"último archivo, esta función no tiene efecto." +"puede usar para omitir el primer archivo. Después de leer la última línea " +"del último archivo, esta función no tiene efecto." #: ../Doc/library/fileinput.rst:138 msgid "Close the sequence." @@ -259,12 +262,12 @@ msgstr "" msgid "" "Class :class:`FileInput` is the implementation; its methods :meth:" "`filename`, :meth:`fileno`, :meth:`lineno`, :meth:`filelineno`, :meth:" -"`isfirstline`, :meth:`isstdin`, :meth:`nextfile` and :meth:`close` correspond " -"to the functions of the same name in the module. In addition it has a :meth:" -"`~io.TextIOBase.readline` method which returns the next input line, and a :" -"meth:`__getitem__` method which implements the sequence behavior. The " -"sequence must be accessed in strictly sequential order; random access and :" -"meth:`~io.TextIOBase.readline` cannot be mixed." +"`isfirstline`, :meth:`isstdin`, :meth:`nextfile` and :meth:`close` " +"correspond to the functions of the same name in the module. In addition it " +"has a :meth:`~io.TextIOBase.readline` method which returns the next input " +"line, and a :meth:`__getitem__` method which implements the sequence " +"behavior. The sequence must be accessed in strictly sequential order; random " +"access and :meth:`~io.TextIOBase.readline` cannot be mixed." msgstr "" "La Clase :class:`FileInput` es la implementación; sus métodos :meth:" "`filename`, :meth:`fileno`, :meth:`lineno`, :meth:`filelineno`, :meth:" @@ -333,10 +336,10 @@ msgid "" "input file (if a file of the same name as the backup file already exists, it " "will be replaced silently). This makes it possible to write a filter that " "rewrites its input file in place. If the *backup* parameter is given " -"(typically as ``backup='.'``), it specifies the extension for " -"the backup file, and the backup file remains around; by default, the " -"extension is ``'.bak'`` and it is deleted when the output file is closed. In-" -"place filtering is disabled when standard input is read." +"(typically as ``backup='.'``), it specifies the extension " +"for the backup file, and the backup file remains around; by default, the " +"extension is ``'.bak'`` and it is deleted when the output file is closed. " +"In-place filtering is disabled when standard input is read." msgstr "" "**Filtrado al instante opcional:** si el argumento de la palabra clave " "``inplace=True`` se pasa a :func:`fileinput.input` o al constructor :class:" @@ -364,9 +367,9 @@ msgid "" msgstr "" "Abre de forma transparente archivos comprimidos con *gzip* y *bzip2* " "(reconocidos por las extensiones ``'.gz'`` and ``'.bz2'``) utilizando los " -"módulos :mod:`gzip` y :mod:`bz2`. Si la extensión del nombre de archivo no es " -"``'.gz'`` or ``'.bz2'``, el archivo se abre normalmente (es decir, usando :" -"func:`open` sin descompresión)." +"módulos :mod:`gzip` y :mod:`bz2`. Si la extensión del nombre de archivo no " +"es ``'.gz'`` or ``'.bz2'``, el archivo se abre normalmente (es decir, " +"usando :func:`open` sin descompresión)." #: ../Doc/library/fileinput.rst:208 msgid ""