@@ -19,7 +19,7 @@ msgid ""
1919msgstr ""
2020"Project-Id-Version : Python 3.12\n "
2121"Report-Msgid-Bugs-To : \n "
22- "POT-Creation-Date : 2024-03-15 14:13 +0000\n "
22+ "POT-Creation-Date : 2024-03-22 14:14 +0000\n "
2323"PO-Revision-Date : 2021-06-29 13:04+0000\n "
2424"
Last-Translator :
Adorilson Bezerra <[email protected] >, 2024\n "
2525"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
@@ -440,6 +440,10 @@ msgid ""
440440"convert from offset to line number should use the new :meth:`~codeobject."
441441"co_lines` method instead."
442442msgstr ""
443+ "O atributo :attr:`~codeobject.co_lnotab` :ref:`code objects <code-objects>` "
444+ "foi descontinuado e será removido no 3.12. O código que precisa ser "
445+ "convertido do deslocamento para o número da linha deve usar o novo método :"
446+ "meth:`~codeobject.co_lines`."
443447
444448#: ../../whatsnew/3.10.rst:412
445449msgid "PEP 634: Structural Pattern Matching"
@@ -1095,6 +1099,9 @@ msgid ""
10951099"correctly fall back to :func:`object.__pow__` and :func:`object.__rpow__` as "
10961100"expected. (Contributed by Alex Shkop in :issue:`38302`.)"
10971101msgstr ""
1102+ "Se :func:`object.__ipow__` retorna :data:`NotImplemented`, o operador vai "
1103+ "corretamente recorrer ao :func:`object.__pow__` e :func:`object.__rpow__` "
1104+ "como esperado. (Contribuição de Alex Shkop em :issue:`38302`.)"
10981105
10991106#: ../../whatsnew/3.10.rst:835
11001107msgid ""
@@ -1986,6 +1993,10 @@ msgid ""
19861993"meth:`~pathlib.Path.symlink_to`. (Contributed by Barney Gale in :issue:"
19871994"`39950`.)"
19881995msgstr ""
1996+ "Adiciona o método :meth:`Path.hardlink_to <pathlib.Path.hardlink_to>` que "
1997+ "substitui :meth:`!link_to`. O novo método tem a mesma ordem de argumentos "
1998+ "que :meth:`~pathlib.Path.symlink_to`. (Contribuição de Barney Gale em :issue:"
1999+ "`39950`.)"
19892000
19902001#: ../../whatsnew/3.10.rst:1287
19912002msgid ""
@@ -2058,6 +2069,10 @@ msgid ""
20582069"readmodule_ex`. It matches the existing (start) ``lineno``. (Contributed by "
20592070"Aviral Srivastava in :issue:`38307`.)"
20602071msgstr ""
2072+ "Adiciona um atributo ``end_lineno`` aos objetos ``Function`` e ``Class`` na "
2073+ "árvore retornada por :func:`pyclbr.readmodule` e :func:`pyclbr."
2074+ "readmodule_ex`. Isso corresponde ao ``lineno`` (início) existente. "
2075+ "(Contribuição de Aviral Srivastava em :issue:`38307`.)"
20612076
20622077#: ../../whatsnew/3.10.rst:1324
20632078msgid "shelve"
@@ -2959,6 +2974,9 @@ msgid ""
29592974"3.12. Use :meth:`pathlib.Path.hardlink_to` instead. (Contributed by Barney "
29602975"Gale in :issue:`39950`.)"
29612976msgstr ""
2977+ ":meth:`!pathlib.Path.link_to` foi descontinuado e programado para remoção no "
2978+ "Python 3.12. Use :meth:`pathlib.Path.hardlink_to` em vez disso. "
2979+ "(Contribuição de Barney Gale em :issue:`39950`.)"
29622980
29632981#: ../../whatsnew/3.10.rst:1756
29642982msgid ""
@@ -3032,6 +3050,10 @@ msgid ""
30323050"requires a :ref:`debug build of Python <debug-build>`. (Contributed by "
30333051"Victor Stinner in :issue:`44584`.)"
30343052msgstr ""
3053+ "A depuração de threads (variável de ambiente :envvar:`!PYTHONTHREADDEBUG`) "
3054+ "foi descontinuada no Python 3.10 e será removida no Python 3.12. Este "
3055+ "recurso exige uma :ref:`construção de depuração de Python <debug-build>`. "
3056+ "(Contribuição de Victor Stinner em :issue:`44584`.)"
30353057
30363058#: ../../whatsnew/3.10.rst:1788
30373059msgid ""
@@ -4261,10 +4283,15 @@ msgid ""
42614283"commands, as if the test failed). (Contributed by Petr Viktorin in :gh:"
42624284"`98966`.)"
42634285msgstr ""
4286+ "O módulo descontinuado :mod:`!mailcap` agora se recusa a injetar texto não "
4287+ "seguro (nomes de arquivos, tipos MIME, parâmetros) em comandos shell. Em vez "
4288+ "de usar esse texto, ele avisará e agirá como se uma correspondência não "
4289+ "fosse encontrada (ou para comandos de teste, como se o teste tivesse "
4290+ "falhado). (Contribuição de Petr Viktorin em :gh:`98966`.)"
42644291
42654292#: ../../whatsnew/3.10.rst:2351
42664293msgid "Notable changes in 3.10.12"
4267- msgstr ""
4294+ msgstr "Alterações notáveis no 3.10.12 "
42684295
42694296#: ../../whatsnew/3.10.rst:2354
42704297msgid "tarfile"
0 commit comments