@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.14\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2025-12-27 14:13 +0000\n "
15+ "POT-Creation-Date : 2026-02-07 14:20 +0000\n "
1616"PO-Revision-Date : 2025-09-16 00:00+0000\n "
1717"Last-Translator : Adorilson Bezerra <adorilson@gmail.com>, 2025\n "
1818"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
@@ -48,14 +48,9 @@ msgstr ""
4848msgid ""
4949"While these future statements are given additional special meaning by the "
5050"Python compiler, they are still executed like any other import statement and "
51- "the :mod:`__future__` exists and is handled by the import system the same "
51+ "the :mod:`! __future__` exists and is handled by the import system the same "
5252"way any other Python module would be. This design serves three purposes:"
5353msgstr ""
54- "Embora o compilador Python dê um significado especial adicional a essas "
55- "instruções future, elas ainda são executadas como qualquer outra instrução "
56- "de importação. O módulo :mod:`__future__` existe e é tratado pelo sistema de "
57- "importação da mesma forma que qualquer outro módulo Python. Isso serve a "
58- "três propósitos:"
5954
6055#: ../../library/__future__.rst:21
6156msgid ""
@@ -69,39 +64,28 @@ msgstr ""
6964msgid ""
7065"To document when incompatible changes were introduced, and when they will be "
7166"--- or were --- made mandatory. This is a form of executable documentation, "
72- "and can be inspected programmatically via importing :mod:`__future__` and "
67+ "and can be inspected programmatically via importing :mod:`! __future__` and "
7368"examining its contents."
7469msgstr ""
75- "Para documentar quando as mudanças incompatíveis foram introduzidas e quando "
76- "elas serão --- ou foram --- obrigatórias. Esta é uma forma de documentação "
77- "executável e pode ser inspecionada programaticamente por meio da importação :"
78- "mod:`__future__` e da análise de seus conteúdos."
7970
8071#: ../../library/__future__.rst:29
8172msgid ""
8273"To ensure that :ref:`future statements <future>` run under releases prior to "
83- "Python 2.1 at least yield runtime exceptions (the import of :mod:"
84- "` __future__` will fail, because there was no module of that name prior to "
74+ "Python 2.1 at least yield runtime exceptions (the import of :mod:`! "
75+ "__future__` will fail, because there was no module of that name prior to "
8576"2.1)."
8677msgstr ""
87- "Para garantir que :ref:`instruções future <future>` sejam executadas em "
88- "versões anteriores a Python 2.1, pelo menos, processe exceções de tempo de "
89- "execução (a importação de :mod:`__future__` falhará, porque não havia nenhum "
90- "módulo com esse nome antes de 2.1)."
9178
9279#: ../../library/__future__.rst:34
9380msgid "Module Contents"
9481msgstr "Conteúdo do módulo"
9582
9683#: ../../library/__future__.rst:36
9784msgid ""
98- "No feature description will ever be deleted from :mod:`__future__`. Since "
85+ "No feature description will ever be deleted from :mod:`! __future__`. Since "
9986"its introduction in Python 2.1 the following features have found their way "
10087"into the language using this mechanism:"
10188msgstr ""
102- "Nenhuma descrição de característica será excluída de :mod:`__future__`. "
103- "Desde a sua introdução no Python 2.1, os seguintes recursos encontraram o "
104- "caminho para o idioma usando esse mecanismo:"
10589
10690#: ../../library/__future__.rst:45
10791msgid "feature"
0 commit comments