@@ -14,7 +14,7 @@ msgid ""
1414msgstr ""
1515"Project-Id-Version : Python 3.11\n "
1616"Report-Msgid-Bugs-To : \n "
17- "POT-Creation-Date : 2022-11-27 16:16 +0000\n "
17+ "POT-Creation-Date : 2022-12-17 16:14 +0000\n "
1818"PO-Revision-Date : 2021-06-28 00:47+0000\n "
1919"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n "
2020"Language-Team : Portuguese (Brazil) (https://www.transifex.com/python-doc/ "
@@ -184,11 +184,15 @@ msgstr ""
184184"``0x030a00f0``."
185185
186186#: ../../c-api/apiabiversion.rst:61
187+ msgid "Use this for numeric comparisons, e.g. ``#if PY_VERSION_HEX >= ...``."
188+ msgstr ""
189+
190+ #: ../../c-api/apiabiversion.rst:63
187191msgid "This version is also available via the symbol :data:`Py_Version`."
188192msgstr ""
189193"Esta versão também está disponível através do símbolo :data:`Py_Version`."
190194
191- #: ../../c-api/apiabiversion.rst:65
195+ #: ../../c-api/apiabiversion.rst:67
192196msgid ""
193197"The Python runtime version number encoded in a single constant integer, with "
194198"the same format as the :c:macro:`PY_VERSION_HEX` macro. This contains the "
@@ -198,7 +202,7 @@ msgstr ""
198202"constante, com o mesmo formato da macro :c:macro:`PY_VERSION_HEX`. Ele "
199203"contém a versão do Python usada em tempo de execução."
200204
201- #: ../../c-api/apiabiversion.rst:71
205+ #: ../../c-api/apiabiversion.rst:73
202206msgid "All the given macros are defined in :source:`Include/patchlevel.h`."
203207msgstr ""
204208"Todas as macros dadas estão definidas em :source:`Include/patchlevel.h`."
0 commit comments