# SOME DESCRIPTIVE TITLE. # Copyright (C) 2001-2016, Python Software Foundation # This file is distributed under the same license as the Python package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-04-02 22:11+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../Doc/c-api/apiabiversion.rst:7 msgid "API and ABI Versioning" msgstr "" #: ../Doc/c-api/apiabiversion.rst:9 msgid "" "``PY_VERSION_HEX`` is the Python version number encoded in a single integer." msgstr "" #: ../Doc/c-api/apiabiversion.rst:11 msgid "" "For example if the ``PY_VERSION_HEX`` is set to ``0x030401a2``, the " "underlying version information can be found by treating it as a 32 bit " "number in the following manner:" msgstr "" #: ../Doc/c-api/apiabiversion.rst:16 msgid "Bytes" msgstr "Bytes" #: ../Doc/c-api/apiabiversion.rst:16 msgid "Bits (big endian order)" msgstr "Bits (ordre gros-boutiste)" #: ../Doc/c-api/apiabiversion.rst:16 msgid "Meaning" msgstr "Signification" #: ../Doc/c-api/apiabiversion.rst:18 msgid "``1``" msgstr "``1``" #: ../Doc/c-api/apiabiversion.rst:18 msgid "``1-8``" msgstr "" #: ../Doc/c-api/apiabiversion.rst:18 msgid "``PY_MAJOR_VERSION`` (the ``3`` in ``3.4.1a2``)" msgstr "``PY_MAJOR_VERSION`` (le ``3`` dans ``3.4.1a2``)" #: ../Doc/c-api/apiabiversion.rst:21 msgid "``2``" msgstr "``2``" #: ../Doc/c-api/apiabiversion.rst:21 msgid "``9-16``" msgstr "" #: ../Doc/c-api/apiabiversion.rst:21 msgid "``PY_MINOR_VERSION`` (the ``4`` in ``3.4.1a2``)" msgstr "``PY_MINOR_VERSION`` (le ``4`` dans ``3.4.1a2``)" #: ../Doc/c-api/apiabiversion.rst:24 msgid "``3``" msgstr "``3``" #: ../Doc/c-api/apiabiversion.rst:24 msgid "``17-24``" msgstr "" #: ../Doc/c-api/apiabiversion.rst:24 msgid "``PY_MICRO_VERSION`` (the ``1`` in ``3.4.1a2``)" msgstr "``PY_MICRO_VERSION`` (le ``1`` dans ``3.4.1a2``)" #: ../Doc/c-api/apiabiversion.rst:27 msgid "``4``" msgstr "``4``" #: ../Doc/c-api/apiabiversion.rst:27 msgid "``25-28``" msgstr "" #: ../Doc/c-api/apiabiversion.rst:27 msgid "" "``PY_RELEASE_LEVEL`` (``0xA`` for alpha, ``0xB`` for beta, ``0xC`` for " "release candidate and ``0xF`` for final), in this case it is alpha." msgstr "" #: ../Doc/c-api/apiabiversion.rst:32 msgid "``29-32``" msgstr "" #: ../Doc/c-api/apiabiversion.rst:32 msgid "" "``PY_RELEASE_SERIAL`` (the ``2`` in ``3.4.1a2``, zero for final releases)" msgstr "" #: ../Doc/c-api/apiabiversion.rst:36 msgid "Thus ``3.4.1a2`` is hexversion ``0x030401a2``." msgstr "" #: ../Doc/c-api/apiabiversion.rst:38 msgid "All the given macros are defined in :source:`Include/patchlevel.h`." msgstr ""