# 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: 2019-05-06 11:59-0400\n" "PO-Revision-Date: 2020-03-23 19:31+0100\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Last-Translator: \n" "Language-Team: python-doc-es\n" "X-Generator: Poedit 2.3\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Language: es\n" #: ../Doc/reference/index.rst:5 msgid "The Python Language Reference" msgstr "Referencia del Lenguaje Python" #: ../Doc/reference/index.rst:7 msgid "" "This reference manual describes the syntax and \"core semantics\" of the " "language. It is terse, but attempts to be exact and complete. The semantics " "of non-essential built-in object types and of the built-in functions and " "modules are described in :ref:`library-index`. For an informal introduction " "to the language, see :ref:`tutorial-index`. For C or C++ programmers, two " "additional manuals exist: :ref:`extending-index` describes the high-level " "picture of how to write a Python extension module, and the :ref:`c-api-" "index` describes the interfaces available to C/C++ programmers in detail." msgstr "" "Este manual de referencia describe la sintaxis y la \"semántica base\" del " "lenguaje. Es conciso, pero intenta ser exacto y completo. La semántica de " "los tipos de objetos integrados no esenciales y de las funciones y módulos " "integrados están descritos en :ref:`library-index`. Para obtener una " "introducción informal al lenguaje, consulte :ref:`tutorial-index`. Para " "programadores C o C++, existen dos manuales adicionales: :ref:`extending-" "index` describe detalladamente cómo escribir un módulo de extensión de " "Python, y :ref:`c-api-index` describe en detalle las interfaces disponibles " "para los programadores C/C++."