@@ -11,15 +11,16 @@ msgstr ""
1111"Project-Id-Version : Python 3.8\n "
1212"Report-Msgid-Bugs-To : \n "
1313"POT-Creation-Date : 2023-10-12 19:43+0200\n "
14- "PO-Revision-Date : 2022 -12-08 16:15-0300 \n "
14+ "PO-Revision-Date : 2023 -12-11 20:13+0100 \n "
1515"Last-Translator : Sofía Denner <sofi.denner@gmail.com>\n "
16- "Language : es_AR\n "
1716"Language-Team : python-doc-es\n "
18- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17+ "Language : es_AR \n "
1918"MIME-Version : 1.0\n "
2019"Content-Type : text/plain; charset=utf-8\n "
2120"Content-Transfer-Encoding : 8bit\n "
21+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
2222"Generated-By : Babel 2.13.0\n "
23+ "X-Generator : Poedit 3.0.1\n "
2324
2425#: ../Doc/library/collections.abc.rst:2
2526msgid ":mod:`collections.abc` --- Abstract Base Classes for Containers"
@@ -35,15 +36,14 @@ msgid "**Source code:** :source:`Lib/_collections_abc.py`"
3536msgstr "**Código fuente:** :source:`Lib/_collections_abc.py`"
3637
3738#: ../Doc/library/collections.abc.rst:23
38- #, fuzzy
3939msgid ""
4040"This module provides :term:`abstract base classes <abstract base class>` "
4141"that can be used to test whether a class provides a particular interface; "
4242"for example, whether it is :term:`hashable` or whether it is a mapping."
4343msgstr ""
4444"Este módulo proporciona :term:`clases base abstractas <abstract base class>` "
4545"que pueden usarse para probar si una clase proporciona una interfaz "
46- "específica; por ejemplo, si es hashable o si es un mapeo."
46+ "específica; por ejemplo, si es :term:` hashable` o si es un mapeo."
4747
4848#: ../Doc/library/collections.abc.rst:27
4949msgid ""
@@ -459,14 +459,12 @@ msgid "``aclose``, ``__aiter__``, ``__anext__``"
459459msgstr "``aclose``, ``__aiter__``, ``__anext__``"
460460
461461#: ../Doc/library/collections.abc.rst:180
462- #, fuzzy
463462msgid ":class:`Buffer` [1]_"
464- msgstr ":class:`Iterator ` [1]_"
463+ msgstr ":class:`Buffer ` [1]_"
465464
466465#: ../Doc/library/collections.abc.rst:180
467- #, fuzzy
468466msgid "``__buffer__``"
469- msgstr "``__iter__ ``"
467+ msgstr "``__buffer__ ``"
470468
471469#: ../Doc/library/collections.abc.rst:185
472470msgid "Footnotes"
@@ -599,6 +597,10 @@ msgid ""
599597"union, like ``bytes | bytearray``, or :class:`collections.abc.Buffer`. For "
600598"use as an ABC, prefer :class:`Sequence` or :class:`collections.abc.Buffer`."
601599msgstr ""
600+ "La ABC :class:`ByteString` está obsoleta. Para usar con ``type hints``, "
601+ "mejor use una unión del tipo ``bytes | bytearray``, o :class:`collections."
602+ "abc.Buffer`. Para usar como una ABC, mejor use :class:`Sequence` o :class:"
603+ "`collections.abc.Buffer`."
602604
603605#: ../Doc/library/collections.abc.rst:285
604606msgid "ABCs for read-only and mutable sets."
@@ -701,6 +703,8 @@ msgid ""
701703"ABC for classes that provide the :meth:`~object.__buffer__` method, "
702704"implementing the :ref:`buffer protocol <bufferobjects>`. See :pep:`688`."
703705msgstr ""
706+ "ABC para clases que proveen el método :meth:`~object.__buffer__`, "
707+ "implementando el :ref:`protocolo búfer <bufferobjects>`. Ver :pep:`688`."
704708
705709#: ../Doc/library/collections.abc.rst:364
706710msgid "Examples and Recipes"
@@ -769,7 +773,6 @@ msgstr ""
769773"las otras operaciones seguirán automáticamente su ejemplo."
770774
771775#: ../Doc/library/collections.abc.rst:421
772- #, fuzzy
773776msgid ""
774777"The :class:`Set` mixin provides a :meth:`_hash` method to compute a hash "
775778"value for the set; however, :meth:`__hash__` is not defined because not all "
@@ -779,9 +782,10 @@ msgid ""
779782msgstr ""
780783"El mixin :class:`Set` proporciona un método :meth:`_hash` para calcular un "
781784"valor hash para el conjunto; sin embargo, :meth:`__hash__` no está definido "
782- "porque no todos los conjuntos son encadenados o inmutables. Para agregar "
783- "capacidad de encadenamiento en conjuntos que usan mixin, herede de ambos :"
784- "meth:`Set` y :meth:`Hashable`, luego defina ``__hash__ = Set._hash``."
785+ "porque no todos los conjuntos son :term:`hashable` o inmutables. Para "
786+ "agregar la capacidad de encadenamiento en conjuntos usando métodos mixin, "
787+ "herede de ambos :meth:`Set` y :meth:`Hashable`, luego defina ``__hash__ = "
788+ "Set._hash``."
785789
786790#: ../Doc/library/collections.abc.rst:429
787791msgid ""
0 commit comments