@@ -2400,18 +2400,21 @@ msgstr ""
24002400
24012401#: ../../whatsnew/3.14.rst:1150
24022402msgid "PEP 765: Control flow in :keyword:`finally` blocks"
2403- msgstr ""
2403+ msgstr "PEP 765: Fluxo de controle em blocos :keyword:`finally` "
24042404
24052405#: ../../whatsnew/3.14.rst:1152
24062406msgid ""
24072407"The compiler now emits a :exc:`SyntaxWarning` when a :keyword:`return`, :"
24082408"keyword:`break`, or :keyword:`continue` statement have the effect of leaving "
24092409"a :keyword:`finally` block. This change is specified in :pep:`765`."
24102410msgstr ""
2411+ "O compilador agora emite uma :exc:`SyntaxWarning` quando uma instrução :"
2412+ "keyword:`return`, :keyword:`break` ou :keyword:`continue` tem efeito ao sair "
2413+ "de um bloco :keyword:`finally`. Essa alteração é especificada na :pep:`765`."
24112414
24122415#: ../../whatsnew/3.14.rst:1157
24132416msgid "(Contributed by Irit Katriel in :gh:`130080`.)"
2414- msgstr ""
2417+ msgstr "(Contribuição de Irit Katriel em :gh:`130080`.) "
24152418
24162419#: ../../whatsnew/3.14.rst:1163
24172420msgid "Incremental garbage collection"
@@ -2460,7 +2463,7 @@ msgstr "(Contribuição de Mark Shannon em :gh:`108362`.)"
24602463
24612464#: ../../whatsnew/3.14.rst:1185
24622465msgid "Default interactive shell"
2463- msgstr ""
2466+ msgstr "Console interativo padrão "
24642467
24652468#: ../../whatsnew/3.14.rst:1189
24662469msgid ""
@@ -2469,6 +2472,10 @@ msgid ""
24692472"other environment variable that disables colour is set. See :ref:`using-on-"
24702473"controlling-color` for details."
24712474msgstr ""
2475+ "O console :term:`interativo` padrão agora realça a sintaxe Python. O recurso "
2476+ "é habilitado por padrão, exceto se :envvar:`PYTHON_BASIC_REPL` ou qualquer "
2477+ "outra variável de ambiente que desabilite cores estiver definida. Consulte :"
2478+ "ref:`using-on-controlling-color` para obter detalhes."
24722479
24732480#: ../../whatsnew/3.14.rst:1194
24742481msgid ""
@@ -2479,6 +2486,12 @@ msgid ""
24792486"`PYTHONSTARTUP` script. Note that this function has no stability guarantees, "
24802487"and may change or be removed."
24812488msgstr ""
2489+ "O tema de cores padrão para realce de sintaxe busca um bom contraste e usa "
2490+ "exclusivamente os códigos de cores ANSI padrão VGA de 4 bits para obter a "
2491+ "máxima compatibilidade. O tema pode ser personalizado com o uso de uma API "
2492+ "experimental :func:`!_colorize.set_theme`. Isso pode ser chamado "
2493+ "interativamente ou no script :envvar:`PYTHONSTARTUP`. Observe que esta "
2494+ "função tem nenhuma garantia de estabilidade e pode ser alterada ou removida."
24822495
24832496#: ../../whatsnew/3.14.rst:1202
24842497msgid "(Contributed by Łukasz Langa in :gh:`131507`.)"
@@ -2493,6 +2506,13 @@ msgid ""
24932506"autocompletion of module attributes is not currently supported. (Contributed "
24942507"by Tomas Roun in :gh:`69605`.)"
24952508msgstr ""
2509+ "O console :term:`interativo` padrão agora oferece suporte ao preenchimento "
2510+ "automático de importação. Isso significa que digitar ``import co`` e "
2511+ "pressionar :kbd:`<Tab>` vai sugerir módulos que começam com ``co``. Da mesma "
2512+ "forma, digitar ``from concurrent import i`` vai sugerir submódulos de "
2513+ "``concurrent`` que começam com ``i``. Observe que o preenchimento automático "
2514+ "de atributos de módulo não é suportado atualmente. (Contribuição de Tomas "
2515+ "Roun em :gh:`69605`.)"
24962516
24972517#: ../../whatsnew/3.14.rst:1213
24982518msgid "New modules"
@@ -2504,6 +2524,9 @@ msgid ""
25042524"See :ref:`PEP 749 <whatsnew314-pep649>` for more details. (Contributed by "
25052525"Jelle Zijlstra in :gh:`119180`.)"
25062526msgstr ""
2527+ ":mod:`annotationlib`: Para introspecção de :term:`anotações <annotation>`. "
2528+ "Veja :pep:`PEP 749 <whatsnew314-pep649>` para mais detalhes. (Contribuição "
2529+ "de Jelle Zijlstra em :gh:`119180`.)"
25072530
25082531#: ../../whatsnew/3.14.rst:1220
25092532msgid ""