@@ -1163,8 +1163,8 @@ msgid ""
11631163"(Contributed by Andrew Barnert and Ivan Levkivskyi in :issue:`25958`.)"
11641164msgstr ""
11651165"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 "
11681168"iterable. (Contribuido por Andrew Barnert e Ivan Levkivskyi en: número: "
11691169"`25958`.)"
11701170
@@ -1602,6 +1602,12 @@ msgid ""
16021602"mod:`typing` module as :class:`typing.ContextManager`. (Contributed by Brett "
16031603"Cannon in :issue:`25609`.)"
16041604msgstr ""
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`.)"
16051611
16061612#: ../Doc/whatsnew/3.6.rst:971
16071613msgid "datetime"
@@ -2648,9 +2654,9 @@ msgid ""
26482654"and *stderr* streams. (Contributed by Steve Dower in :issue:`6135`.)"
26492655msgstr ""
26502656"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`.)"
26542660
26552661#: ../Doc/whatsnew/3.6.rst:1507
26562662msgid "sys"
@@ -2984,6 +2990,11 @@ msgid ""
29842990"`warnings.WarningMessage` (contributed by Victor Stinner in :issue:`26568` "
29852991"and :issue:`26567`)."
29862992msgstr ""
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`)."
29872998
29882999#: ../Doc/whatsnew/3.6.rst:1703
29893000msgid ""
0 commit comments