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
"mode, Python 2.7 will now warn about this odd usage. (Noted by James "
"Lingard; :issue:`7362`.)"
msgstr ""
"Los paréntesis extra en las definiciones de funciones son ilegales en Python "
"3.x, lo que significa que se obtiene un error de sintaxis de ``def f((x)): "
"pass``. En el modo de advertencia de Python3, Python 2.7 ahora advertirá "
"sobre este extraño uso. (Anotado por James Lingard; :issue:`7362`.)"
"Los paréntesis adicionales en las definiciones de función son ilegales en "
"Python 3.x, lo que significa que se obtiene un error de sintaxis de ``def "
"f((x)): pass``. En el modo de advertencia Python3, Python 2.7 ahora "
"advertirá sobre este uso no común. (Anotado por James Lingard; :"
"issue:'7362'.)"
#: ../Doc/whatsnew/2.7.rst:894
#, fuzzy
Expand All
@@ -1358,8 +1359,8 @@ msgid ""
"issue:`8268`.)"
msgstr ""
"Ahora es posible crear referencias débiles a objetos de clase de estilo "
"antiguo. Las clases de estilo nuevo siempre eranreferenciables "
"débilmente.(Corregido por Antoine Pitrou; :issue:`8268`.)"
"antiguo. Las clases de estilo nuevo siempre erande referencia débil. "
"(Corregido por Antoine Pitrou; :issue:`8268`.)"
#: ../Doc/whatsnew/2.7.rst:898
#, fuzzy
Expand All
@@ -1368,14 +1369,13 @@ msgid ""
"only cleared if no one else is holding a reference to the dictionary (:issue:"
"`7140`)."
msgstr ""
"Cuando un objeto de módulo se recoge como basura, el diccionario del módulo "
"ahora sólo se borra si nadie más tiene una referencia al diccionario (:issue:"
"`7140`)."
"Cuando se recicla un objeto de módulo, el diccionario del módulo ahora solo "
"se borra si nadie más tiene una referencia al diccionario (:issue:`7140`)."
#: ../Doc/whatsnew/2.7.rst:907
#, fuzzy
msgid "Interpreter Changes"
msgstr "Cambiosde intérprete"
msgstr "Cambiosen el intérprete"
#: ../Doc/whatsnew/2.7.rst:909
#, fuzzy
Expand All
@@ -1386,9 +1386,9 @@ msgid ""
"(Contributed by Brian Curtin; :issue:`7301`.)"
msgstr ""
"Una nueva variable de entorno, :envvar:`PYTHONWARNINGS`, permite controlar "
"las advertencias. Debe establecersecomo una cadena que contengalas "
"configuraciones de advertencia,equivalentes a las utilizadas con el "
"modificador :option:`-W`,separadas por comas. (Contribuido por Brian "
"las advertencias. Debe establecerseen una cadena que contengala "
"configuración de advertencia,equivalente a las utilizadas con el "
"modificador :option:`-W`,separado por comas. (Contribuido por Brian "
"Curtin; :issue:`7301`.)"
#: ../Doc/whatsnew/2.7.rst:915
Expand DownExpand Up
@@ -1420,9 +1420,9 @@ msgid ""
"statements, looking up the :meth:`__enter__` and :meth:`__exit__` methods. "
"(Contributed by Benjamin Peterson.)"
msgstr ""
"Seha añadidoun nuevoopcodepara realizar la configuración inicial de las "
"sentencias:keyword:`with`, buscando los métodos :meth:`__enter__` y :meth:"
"`__exit__`. (Contribución de Benjamin Peterson)"
"Seagregóun nuevocódigo de operaciónpara realizar la configuración "
"inicial de las instrucciones:keyword:`with`, buscando los métodos :meth:"
"`__enter__` y :meth:`__exit__`. (Contribución de Benjamin Peterson.)"
#: ../Doc/whatsnew/2.7.rst:936
#, fuzzy, python-format
Expand Down
You are viewing a condensed version of this merge commit. You can view thefull changes here.
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.