@@ -1163,8 +1163,8 @@ msgid ""
1163
1163
"(Contributed by Andrew Barnert and Ivan Levkivskyi in :issue:`25958`.)"
1164
1164
msgstr ""
1165
1165
"Ahora es posible establecer un :ref:`special method <specialnames>` en `` "
1166
- "None`` to indicate that the corresponding operation is not available. For "
1167
- "example, if a class sets :meth:`__iter__` en ``None``, la clase no es "
1166
+ "None`` para indicar que la operación correspondiente no está disponible. Por "
1167
+ "ejemplo, si una clase establece :meth:`__iter__` en ``None``, la clase no es "
1168
1168
"iterable. (Contribuido por Andrew Barnert e Ivan Levkivskyi en: número: "
1169
1169
"`25958`.)"
1170
1170
@@ -1602,6 +1602,12 @@ msgid ""
1602
1602
"mod:`typing` module as :class:`typing.ContextManager`. (Contributed by Brett "
1603
1603
"Cannon in :issue:`25609`.)"
1604
1604
msgstr ""
1605
+ "La clase :class:`contextlib.AbstractContextManager` fue agregada para "
1606
+ "proveer una clase abstracta para gestores de contexto. Provee una "
1607
+ "implementación por defecto sensible para `__enter__()` que retorna ``self`` "
1608
+ "y deja un método abstracto `__exit__()`. Se ha agregado una clase "
1609
+ "coincidente al módulo :mod:`typing` como :class:`typing.ContextManager`. "
1610
+ "(Contribuido por Brett Cannon en :issue:`25609`.)"
1605
1611
1606
1612
#: ../Doc/whatsnew/3.6.rst:971
1607
1613
msgid "datetime"
@@ -2648
6D40
,9 +2654,9 @@ msgid ""
2648
2654
"and *stderr* streams. (Contributed by Steve Dower in :issue:`6135`.)"
2649
2655
msgstr ""
2650
2656
"El constructor :class:`subprocess.Popen` y todas las funciones que le pasan "
2651
- "argumentos ahora aceptan flujos *encoding* and *errors* arguments. "
2652
- "Specifying either of these will enable text mode for the *stdin*, *stdout* "
2653
- "and *stderr*. (Contribuido por Steve Dower en :issue:`6135`.)"
2657
+ "argumentos ahora aceptan argumentos *encoding* y *errors*. Especificando "
2658
+ "alguno de ellos activará el modo texto para *stdin*, *stdout* y *stderr*. "
2659
+ "(Contribuido por Steve Dower en :issue:`6135`.)"
2654
2660
2655
2661
#: ../Doc/whatsnew/3.6.rst:1507
2656
2662
msgid "sys"
@@ -2984,6 +2990,11 @@ msgid ""
2984
2990
"`warnings.WarningMessage` (contributed by Victor Stinner in :issue:`26568` "
2985
2991
"and :issue:`26567`)."
2986
2992
msgstr ""
2993
+ "También se ha agregado un nuevo atributo opcional *source* a la función :"
2994
+ "func:`warnings.warn_explicit` : el objeto destruído que lanzó un :exc:"
2995
+ "`ResourceWarning`. Un atributo *source* también se agregó a :class:`warnings."
2996
+ "WarningMessage` (aportado por Victor Stinner en :issue:`26568` y :issue:"
2997
+ "`26567`)."
2987
2998
2988
2999
#: ../Doc/whatsnew/3.6.rst:1703
2989
3000
msgid ""
0 commit comments