@@ -19,7 +19,7 @@ msgid ""
19
19
msgstr ""
20
20
"Project-Id-Version : Python 3.12\n "
21
21
"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 "
23
23
"PO-Revision-Date : 2021-06-29 13:04+0000\n "
24
24
"Last-Translator : Adorilson Bezerra <adorilson@gmail.com>, 2024\n "
25
25
"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
@@ -440,6 +440,10 @@ msgid ""
440
440
"convert from offset to line number should use the new :meth:`~codeobject."
441
441
"co_lines` method instead."
442
442
msgstr ""
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`."
443
447
444
448
#: ../../whatsnew/3.10.rst:412
445
449
msgid "PEP 634: Structural Pattern Matching"
@@ -1095,6 +1099,9 @@ msgid ""
1095
1099
"correctly fall back to :func:`object.__pow__` and :func:`object.__rpow__` as "
1096
1100
"expected. (Contributed by Alex Shkop in :issue:`38302`.)"
1097
1101
msgstr ""
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`.)"
1098
1105
1099
1106
#: ../../whatsnew/3.10.rst:835
1100
1107
msgid ""
@@ -1986,6 +1993,10 @@ msgid ""
1986
1993
"meth:`~pathlib.Path.symlink_to`. (Contributed by Barney Gale in :issue:"
1987
1994
"`39950`.)"
1988
1995
msgstr ""
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`.)"
1989
2000
1990
2001
#: ../../whatsnew/3.10.rst:1287
1991
2002
msgid ""
@@ -2058,6 +2069,10 @@ msgid ""
2058
2069
"readmodule_ex`. It matches the existing (start) ``lineno``. (Contributed by "
2059
2070
"Aviral Srivastava in :issue:`38307`.)"
2060
2071
msgstr ""
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`.)"
2061
2076
2062
2077
#: ../../whatsnew/3.10.rst:1324
2063
2078
msgid "shelve"
@@ -2959,6 +2974,9 @@ msgid ""
2959
2974
"3.12. Use :meth:`pathlib.Path.hardlink_to` instead. (Contributed by Barney "
2960
2975
"Gale in :issue:`39950`.)"
2961
2976
msgstr ""
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`.)"
2962
2980
2963
2981
#: ../../whatsnew/3.10.rst:1756
2964
2982
msgid ""
@@ -3032,6 +3050,10 @@ msgid ""
3032
3050
"requires a :ref:`debug build of Python <debug-build>`. (Contributed by "
3033
3051
"Victor Stinner in :issue:`44584`.)"
3034
3052
msgstr ""
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`.)"
3035
3057
3036
3058
#: ../../whatsnew/3.10.rst:1788
3037
3059
msgid ""
@@ -4261,10 +4283,15 @@ msgid ""
4261
4283
"commands, as if the test failed). (Contributed by Petr Viktorin in :gh:"
4262
4284
"`98966`.)"
4263
4285
msgstr ""
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`.)"
4264
4291
4265
4292
#: ../../whatsnew/3.10.rst:2351
4266
4293
msgid "Notable changes in 3.10.12"
4267
- msgstr ""
4294
+ msgstr "Alterações notáveis no 3.10.12 "
4268
4295
4269
4296
#: ../../whatsnew/3.10.rst:2354
4270
4297
msgid "tarfile"
0 commit comments