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
"this value is ignored for any non-standard layouts, including in-tree builds "
"and virtual environments."
msgstr ""
"Esta macro se utiliza ahora en Windows para localizar los módulos de "
"extensión de la biblioteca estándar, normalmente en ``DLLs``. Sin embargo, "
"por compatibilidad, tenga en cuenta que este valor se ignora para cualquier "
"disposición no estándar, incluyendo las construcciones dentro del árbol y "
"los entornos virtuales."
#: ../Doc/c-api/init_config.rst:901
msgid ""
Expand DownExpand Up
@@ -1618,7 +1646,7 @@ msgstr ""
#: ../Doc/c-api/init_config.rst:996
msgid "Now also applies on Windows."
msgstr ""
msgstr "Ahora también se aplica en Windows."
#: ../Doc/c-api/init_config.rst:1001
msgid ""
Expand DownExpand Up
@@ -2083,13 +2111,20 @@ msgid "Example setting the program name::"
msgstr "Ejemplo de configuración del nombre del programa::"
#: ../Doc/c-api/init_config.rst:1290
#, fuzzy
msgid ""
"More complete example modifying the default configuration, read the "
"configuration, and then override some parameters. Note that since 3.11, many "
"parameters are not calculated until initialization, and so values cannot be "
"read from the configuration structure. Any values set before initialize is "
"called will be left unchanged by initialization::"
msgstr ""
"Ejemplo más completo modificando la configuración por defecto, leer la "
"configuración, y luego anular algunos parámetros. Tenga en cuenta que desde "
"la versión 3.11, muchos parámetros no se calculan hasta la inicialización, "
"por lo que los valores no pueden ser leídos desde la estructura de "
"configuración. Cualquier valor establecido antes de llamar a la "
"inicialización se dejará sin modificar por initialization::"
#: ../Doc/c-api/init_config.rst:1353
msgid "Isolated Configuration"
Expand DownExpand Up
@@ -2125,6 +2160,10 @@ msgid ""
"paths that are unspecified. Ensure :c:member:`PyConfig.home` is specified to "
"avoid computing the default path configuration."
msgstr ""
"Los archivos de configuración se siguen utilizando con esta configuración "
"para determinar las rutas que no se especifican. Asegúrese de que se "
"especifica :c:member:`PyConfig.home` para evitar que se calcule la "
"configuración de la ruta por defecto."
#: ../Doc/c-api/init_config.rst:1373
msgid "Python Configuration"
Expand DownExpand Up
@@ -2263,6 +2302,11 @@ msgid ""
"module_search_paths` is overridden and :c:member:`~PyConfig."
"module_search_paths_set` is set to ``1``."
msgstr ""
"Si al menos un \"campo de salida\" no está establecido, Python calcula la "
"configuración de la ruta para rellenar los campos no establecidos. Si :c:"
"member:`~PyConfig.module_search_paths_set` es igual a ``0``, :c:member:"
"`~PyConfig.module_search_paths` se anula y :c:member:`~PyConfig."
"module_search_paths_set` se establece en ``1``."
#: ../Doc/c-api/init_config.rst:1427
#, fuzzy
Expand DownExpand Up
@@ -2368,15 +2412,15 @@ msgstr "``pyvenv.cfg``"
#: ../Doc/c-api/init_config.rst:1463
msgid "``._pth`` file (ex: ``python._pth``)"
msgstr ""
msgstr "archivo``._pth`` (ej: ``python._pth``)"
#: ../Doc/c-api/init_config.rst:1464
msgid "``pybuilddir.txt`` (Unix only)"
msgstr "``pybuilddir.txt`` (sólo Unix)"
#: ../Doc/c-api/init_config.rst:1466
msgid "If a ``._pth`` file is present:"
msgstr ""
msgstr "Si un archivo ``._pth`` está presente:"
#: ../Doc/c-api/init_config.rst:1468
#, fuzzy
Expand Down
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.