Skip to content

traducido archivo c-api/apiabiversion #2144

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions c-api/apiabiversion.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-25 19:47+0200\n"
"PO-Revision-Date: 2021-10-30 21:22-0300\n"
"PO-Revision-Date: 2022-10-31 21:13-0300\n"
"Last-Translator: \n"
"Language: es\n"
"Language-Team: python-doc-es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Generated-By: Babel 2.10.3\n"
"X-Generator: Poedit 3.2.1\n"

#: ../Doc/c-api/apiabiversion.rst:7
msgid "API and ABI Versioning"
Expand Down Expand Up @@ -182,13 +183,18 @@ msgstr ""
#: ../Doc/c-api/apiabiversion.rst:61
msgid "This version is also available via the symbol :data:`Py_Version`."
msgstr ""
"Esta versión también está disponible a través del símbolo :data:`Py_Version`."

#: ../Doc/c-api/apiabiversion.rst:65
msgid ""
"The Python runtime version number encoded in a single constant integer, with "
"the same format as the :c:macro:`PY_VERSION_HEX` macro. This contains the "
"Python version used at run time."
msgstr ""
"El número de versión de Python en tiempo de ejecución codificado en un único "
"entero constante, con el mismo formato que la macro :c:macro:"
"`PY_VERSION_HEX`. Contiene la versión de Python utilizada en tiempo de "
"ejecución."

#: ../Doc/c-api/apiabiversion.rst:71
msgid "All the given macros are defined in :source:`Include/patchlevel.h`."
Expand Down