@@ -1397,12 +1397,16 @@ msgid ""
13971397"Add asynchronous context manager support to :func:`contextlib.nullcontext`. "
13981398"(Contributed by Tom Gringauz in :issue:`41543`.)"
13991399msgstr ""
1400+ "Adiciona suporte a gerenciador de contexto assíncrono a :func:`contextlib."
1401+ "nullcontext`. (Contribuição de Tom Gringauz em :issue:`41543`.)"
14001402
14011403#: ../../whatsnew/3.10.rst:964
14021404msgid ""
14031405"Add :class:`AsyncContextDecorator`, for supporting usage of async context "
14041406"managers as decorators."
14051407msgstr ""
1408+ "Adiciona :class:`AsyncContextDecorator`, para dar suporte ao uso de "
1409+ "gerenciadores de contexto assíncronos como decoradores."
14061410
14071411#: ../../whatsnew/3.10.rst:968
14081412msgid "curses"
@@ -1417,23 +1421,34 @@ msgid ""
14171421"provided by the underlying ncurses library. (Contributed by Jeffrey "
14181422"Kintscher and Hans Petter Jansson in :issue:`36982`.)"
14191423msgstr ""
1424+ "As funções de cores estendidas adicionadas no ncurses 6.1 serão usadas "
1425+ "transparentemente por :func:`curses.color_content`, :func:`curses."
1426+ "init_color`, :func:`curses.init_pair` e :func:`curses.pair_content`. Uma "
1427+ "nova função, :func:`curses.has_extended_color_support`, indica se o suporte "
1428+ "a cores estendidas é fornecido pela biblioteca ncurses subjacente. "
1429+ "(Contribuição de Jeffrey Kintscher e Hans Petter Jansson em :issue:`36982`.)"
14201430
14211431#: ../../whatsnew/3.10.rst:977
14221432msgid ""
14231433"The ``BUTTON5_*`` constants are now exposed in the :mod:`curses` module if "
14241434"they are provided by the underlying curses library. (Contributed by Zackery "
14251435"Spytz in :issue:`39273`.)"
14261436msgstr ""
1437+ "As constantes ``BUTTON5_ *`` agora são expostas no módulo :mod:`curses` se "
1438+ "forem fornecidas pela biblioteca curses subjacente. (Contribuição de Zackery "
1439+ "Spytz em :issue:`39273`.)"
14271440
14281441#: ../../whatsnew/3.10.rst:982
14291442msgid "dataclasses"
1430- msgstr ""
1443+ msgstr "dataclasses "
14311444
14321445#: ../../whatsnew/3.10.rst:984
14331446msgid ""
14341447"Add ``slots`` parameter in :func:`dataclasses.dataclass` decorator. "
14351448"(Contributed by Yurii Karabas in :issue:`42269`)"
14361449msgstr ""
1450+ "Adiciona o parâmetro ``slots`` no decorador :func:`dataclasses.dataclass`. "
1451+ "(Contribuição de Yurii Karabas em :issue:`42269`)"
14371452
14381453#: ../../whatsnew/3.10.rst:990
14391454msgid "distutils"
@@ -1451,13 +1466,25 @@ msgid ""
14511466"functions should plan to make private copies of the code. Refer to :pep:"
14521467"`632` for discussion."
14531468msgstr ""
1469+ "Todo o pacote ``distutils`` foi descontinuado, para ser removido no Python "
1470+ "3.12. Sua funcionalidade para especificar compilações de pacote já foi "
1471+ "completamente substituída por pacotes de terceiros ``setuptools`` e "
1472+ "``packaging``, e a maioria das outras APIs comumente usadas estão "
1473+ "disponíveis em outro lugar na biblioteca padrão (como :mod:`platform`, :mod:"
1474+ "`shutil`, :mod:`subprocess` ou :mod:`sysconfig`). Não há planos para migrar "
1475+ "qualquer outra funcionalidade de ``distutils``, e aplicativos que estão "
1476+ "usando outras funções devem planejar fazer cópias privadas do código. "
1477+ "Consulte :pep:`632` para discussão."
14541478
14551479#: ../../whatsnew/3.10.rst:1002
14561480msgid ""
14571481"The ``bdist_wininst`` command deprecated in Python 3.8 has been removed. The "
14581482"``bdist_wheel`` command is now recommended to distribute binary packages on "
14591483"Windows. (Contributed by Victor Stinner in :issue:`42802`.)"
14601484msgstr ""
1485+ "O comando descontinuado ``bdist_wininst`` no Python 3.8 foi removido. O "
1486+ "comando ``bdist_wheel`` agora é recomendado para distribuir pacotes binários "
1487+ "no Windows. (Contribuição de Victor Stinner em :issue:`42802`.)"
14611488
14621489#: ../../whatsnew/3.10.rst:1008
14631490msgid "doctest"
@@ -1469,44 +1496,56 @@ msgid ""
14691496"When a module does not define ``__loader__``, fall back to ``__spec__."
14701497"loader``. (Contributed by Brett Cannon in :issue:`42133`.)"
14711498msgstr ""
1499+ "Quando um módulo não define ``__loader__``, recorre a ``__spec__.loader``. "
1500+ "(Contribuição de Brett Cannon em :issue:`42133`.)"
14721501
14731502#: ../../whatsnew/3.10.rst:1014
14741503msgid "encodings"
1475- msgstr ""
1504+ msgstr "encodings "
14761505
14771506#: ../../whatsnew/3.10.rst:1016
14781507msgid ""
14791508":func:`encodings.normalize_encoding` now ignores non-ASCII characters. "
14801509"(Contributed by Hai Shi in :issue:`39337`.)"
14811510msgstr ""
1511+ ":func:`encodings.normalize_encoding` agora ignora caracteres não-ASCII. "
1512+ "(Contribuição de Hai Shi em :issue:`39337`.)"
14821513
14831514#: ../../whatsnew/3.10.rst:1020
14841515msgid "fileinput"
1485- msgstr ""
1516+ msgstr "fileinput "
14861517
14871518#: ../../whatsnew/3.10.rst:1022
14881519msgid ""
14891520"Add *encoding* and *errors* parameters in :func:`fileinput.input` and :class:"
14901521"`fileinput.FileInput`. (Contributed by Inada Naoki in :issue:`43712`.)"
14911522msgstr ""
1523+ "Adiciona os parâmetros *encoding* e *errors* a :func:`fileinput.input` e :"
1524+ "class:`fileinput.FileInput`. (Contribuição de Inada Naoki em :issue:`43712`.)"
14921525
14931526#: ../../whatsnew/3.10.rst:1026
14941527msgid ""
14951528":func:`fileinput.hook_compressed` now returns :class:`TextIOWrapper` object "
14961529"when *mode* is \" r\" and file is compressed, like uncompressed files. "
14971530"(Contributed by Inada Naoki in :issue:`5758`.)"
14981531msgstr ""
1532+ ":func:`fileinput.hook_compressed` agora retorna um objeto :class:"
1533+ "`TextIOWrapper` quando *mode* é \" r\" e o arquivo está compactado, como "
1534+ "arquivos descompactados. (Contribuição de Inada Naoki em :issue:`5758`.)"
14991535
15001536#: ../../whatsnew/3.10.rst:1031
15011537msgid "faulthandler"
1502- msgstr ""
1538+ msgstr "faulthandler "
15031539
15041540#: ../../whatsnew/3.10.rst:1033
15051541msgid ""
15061542"The :mod:`faulthandler` module now detects if a fatal error occurs during a "
15071543"garbage collector collection. (Contributed by Victor Stinner in :issue:"
15081544"`44466`.)"
15091545msgstr ""
1546+ "O módulo :mod:`faulthandler` agora detecta se um erro fatal ocorre durante a "
1547+ "coleta do coletor de lixo. (Contribuição de Victor Stinner em :issue:"
1548+ "`44466`.)"
15101549
15111550#: ../../whatsnew/3.10.rst:1038
15121551msgid "gc"
@@ -1517,6 +1556,9 @@ msgid ""
15171556"Add audit hooks for :func:`gc.get_objects`, :func:`gc.get_referrers` and :"
15181557"func:`gc.get_referents`. (Contributed by Pablo Galindo in :issue:`43439`.)"
15191558msgstr ""
1559+ "Adiciona ganchos de auditoria para :func:`gc.get_objects`, :func:`gc."
1560+ "get_referrers` e :func:`gc.get_referents`. (Contribuição de Pablo Galindo "
1561+ "em :issue:`43439`.)"
15201562
15211563#: ../../whatsnew/3.10.rst:1044
15221564msgid "glob"
@@ -1528,6 +1570,9 @@ msgid ""
15281570"`~glob.iglob` which allow to specify the root directory for searching. "
15291571"(Contributed by Serhiy Storchaka in :issue:`38144`.)"
15301572msgstr ""
1573+ "Adiciona os parâmetros *root_dir* e *dir_fd* em :func:`~glob.glob` e :func:"
1574+ "`~glob.iglob`, o que permite especificar o diretório raiz para a pesquisa. "
1575+ "(Contribuição de Serhiy Storchaka em :issue:`38144`.)"
15311576
15321577#: ../../whatsnew/3.10.rst:1051
15331578msgid "hashlib"
@@ -1538,6 +1583,8 @@ msgid ""
15381583"The hashlib module requires OpenSSL 1.1.1 or newer. (Contributed by "
15391584"Christian Heimes in :pep:`644` and :issue:`43669`.)"
15401585msgstr ""
1586+ "O módulo hashlib requer OpenSSL 1.1.1 ou mais recente. (Contribuição de "
1587+ "Christian Heimes em :pep:`644` e :issue:`43669`.)"
15411588
15421589#: ../../whatsnew/3.10.rst:1056
15431590msgid ""
0 commit comments