# Copyright (C) 2001-2020, Python Software Foundation # This file is distributed under the same license as the Python package. # Maintained by the python-doc-es workteam. # docs-es@python.org / # https://mail.python.org/mailman3/lists/docs-es.python.org/ # Check https://github.com/python/python-docs-es/blob/3.8/TRANSLATORS to # get the list of volunteers # msgid "" msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-05-05 12:54+0200\n" "PO-Revision-Date: 2020-10-09 18:21+0100\n" "Language-Team: python-doc-es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.8.0\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Last-Translator: \n" "Language: es\n" "X-Generator: Poedit 2.4.1\n" #: ../Doc/library/datatypes.rst:5 msgid "Data Types" msgstr "Tipos de datos" #: ../Doc/library/datatypes.rst:7 msgid "" "The modules described in this chapter provide a variety of specialized data " "types such as dates and times, fixed-type arrays, heap queues, double-ended " "queues, and enumerations." msgstr "" "Los módulos descritos en este capítulo proporcionan una variedad de tipos de " "datos especializados, como fechas y horas, matrices de tipo fijo (*fixed-" "type arrays*), colas de montículos (*heap queues*), colas de doble extremo " "(*double-ended queues*) y enumeraciones." #: ../Doc/library/datatypes.rst:11 msgid "" "Python also provides some built-in data types, in particular, :class:" "`dict`, :class:`list`, :class:`set` and :class:`frozenset`, and :class:" "`tuple`. The :class:`str` class is used to hold Unicode strings, and the :" "class:`bytes` and :class:`bytearray` classes are used to hold binary data." msgstr "" "Python también proporciona algunos tipos de datos integrados, concretamente :" "class:`dict`, :class:`list`, :class:`set` y :class:`frozenset`, y :class:" "`tuple`. La clase :class:`str` se utiliza para contener cadenas de " "caracteres Unicode, y las clases :class:`bytes` y :class:`bytearray` se " "utilizan para contener datos binarios." #: ../Doc/library/datatypes.rst:17 msgid "The following modules are documented in this chapter:" msgstr "En este capítulo se documentan los siguientes módulos:"