You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
msgstr "Se agregó el parámetro *ignore_cleanup_errors*."
#: ../Doc/library/tempfile.rst:211
#, fuzzy
msgid "Added the *delete* parameter."
msgstr "Se agregó el parámetro *errors*."
msgstr "Se agregó el parámetro *delete*."
#: ../Doc/library/tempfile.rst:217
msgid ""
Expand DownExpand Up
@@ -546,11 +594,12 @@ msgid ":func:`mkdtemp` returns the absolute pathname of the new directory."
msgstr ":func:`mkdtemp` retorna la ruta absoluta del nuevo directorio."
#: ../Doc/library/tempfile.rst:295
#, fuzzy
msgid ""
":func:`mkdtemp` now always returns an absolute path, even if *dir* is "
"relative."
msgstr ":func:`mkdtemp` retorna la ruta absoluta del nuevo directorio."
msgstr ""
":func:`mkdtemp` no siempre retorna la ruta absoluta del nuevo directorio, "
"incluso si *dir* es relativo."
#: ../Doc/library/tempfile.rst:301
msgid ""
Expand DownExpand Up
@@ -755,38 +804,12 @@ msgstr ""
#: ../Doc/library/tempfile.rst:11
msgid "temporary"
msgstr ""
msgstr "temporary"
#: ../Doc/library/tempfile.rst:11
msgid "file name"
msgstr ""
msgstr "file name"
#: ../Doc/library/tempfile.rst:11
msgid "file"
msgstr ""
#~ msgid ""
#~ "This function operates exactly as :func:`TemporaryFile` does, except that "
#~ "the file is guaranteed to have a visible name in the file system (on "
#~ "Unix, the directory entry is not unlinked). That name can be retrieved "
#~ "from the :attr:`name` attribute of the returned file-like object. "
#~ "Whether the name can be used to open the file a second time, while the "
#~ "named temporary file is still open, varies across platforms (it can be so "
#~ "used on Unix; it cannot on Windows). If *delete* is true (the default), "
#~ "the file is deleted as soon as it is closed. The returned object is "
#~ "always a file-like object whose :attr:`!file` attribute is the underlying "
#~ "true file object. This file-like object can be used in a :keyword:`with` "
#~ "statement, just like a normal file."
#~ msgstr ""
#~ "Esta función opera exactamente como lo hace :func:`TemporaryFile`, "
#~ "excepto que el archivo está garantizado para tener un nombre visible en "
#~ "el sistema de archivos (en Unix, el directorio de entrada no está "
#~ "desvinculado). El nombre se puede obtener del atributo :attr:`name` del "
#~ "objeto tipo archivo retornado. Aunque el nombre se puede usar para abrir "
#~ "el archivo por segunda vez, mientras el archivo temporal nombrado sigue "
#~ "abierto, esto varía según las plataformas (se puede usar en Unix; no se "
#~ "puede en Windows). Si *delete* es verdadero (por defecto), el archivo se "
#~ "elimina tan pronto como se cierra. El objeto retornado siempre es un "
#~ "objeto similar a un archivo cuyo atributo :attr:`!file` es el objeto de "
#~ "archivo verdadero subyacente. Este objeto similar a un archivo se puede "
#~ "usar con una sentencia :keyword:`with`, al igual que un archivo normal."
msgstr "file"
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.