@@ -1397,12 +1397,16 @@ msgid ""
1397
1397
"Add asynchronous context manager support to :func:`contextlib.nullcontext`. "
1398
1398
"(Contributed by Tom Gringauz in :issue:`41543`.)"
1399
1399
msgstr ""
1400
+ "Adiciona suporte a gerenciador de contexto assíncrono a :func:`contextlib."
1401
+ "nullcontext`. (Contribuição de Tom Gringauz em :issue:`41543`.)"
1400
1402
1401
1403
#: ../../whatsnew/3.10.rst:964
1402
1404
msgid ""
1403
1405
"Add :class:`AsyncContextDecorator`, for supporting usage of async context "
1404
1406
"managers as decorators."
1405
1407
msgstr ""
1408
+ "Adiciona :class:`AsyncContextDecorator`, para dar suporte ao uso de "
1409
+ "gerenciadores de contexto assíncronos como decoradores."
1406
1410
1407
1411
#: ../../whatsnew/3.10.rst:968
1408
1412
msgid "curses"
@@ -1417,23 +1421,34 @@ msgid ""
1417
1421
"provided by the underlying ncurses library. (Contributed by Jeffrey "
1418
1422
"Kintscher and Hans Petter Jansson in :issue:`36982`.)"
1419
1423
msgstr ""
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`.)"
1420
1430
1421
1431
#: ../../whatsnew/3.10.rst:977
1422
1432
msgid ""
1423
1433
"The ``BUTTON5_*`` constants are now exposed in the :mod:`curses` module if "
1424
1434
"they are provided by the underlying curses library. (Contributed by Zackery "
1425
1435
"Spytz in :issue:`39273`.)"
1426
1436
msgstr ""
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`.)"
1427
1440
1428
1441
#: ../../whatsnew/3.10.rst:982
1429
1442
msgid "dataclasses"
1430
- msgstr ""
1443
+ msgstr "dataclasses "
1431
1444
1432
1445
#: ../../whatsnew/3.10.rst:984
1433
1446
msgid ""
1434
1447
"Add ``slots`` parameter in :func:`dataclasses.dataclass` decorator. "
1435
1448
"(Contributed by Yurii Karabas in :issue:`42269`)"
1436
1449
msgstr ""
1450
+ "Adiciona o parâmetro ``slots`` no decorador :func:`dataclasses.dataclass`. "
1451
+ "(Contribuição de Yurii Karabas em :issue:`42269`)"
1437
1452
1438
1453
#: ../../whatsnew/3.10.rst:990
1439
1454
msgid "distutils"
@@ -1451,13 +1466,25 @@ msgid ""
1451
1466
"functions should plan to make private copies of the code. Refer to :pep:"
1452
1467
"`632` for discussion."
1453
1468
msgstr ""
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."
1454
1478
1455
1479
#: ../../whatsnew/3.10.rst:1002
1456
1480
msgid ""
1457
1481
"The ``bdist_wininst`` command deprecated in Python 3.8 has been removed. The "
1458
1482
"``bdist_wheel`` command is now recommended to distribute binary packages on "
1459
1483
"Windows. (Contributed by Victor Stinner in :issue:`42802`.)"
1460
1484
msgstr ""
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`.)"
1461
1488
1462
1489
#: ../../whatsnew/3.10.rst:1008
1463
1490
msgid "doctest"
@@ -1469,44 +1496,56 @@ msgid ""
1469
1496
"When a module does not define ``__loader__``, fall back to ``__spec__."
1470
1497
"loader``. (Contributed by Brett Cannon in :issue:`42133`.)"
1471
1498
msgstr ""
1499
+ "Quando um módulo não define ``__loader__``, recorre a ``__spec__.loader``. "
1500
+ "(Contribuição de Brett Cannon em :issue:`42133`.)"
1472
1501
1473
1502
#: ../../whatsnew/3.10.rst:1014
1474
1503
msgid "encodings"
1475
- msgstr ""
1504
+ msgstr "encodings "
1476
1505
1477
1506
#: ../../whatsnew/3.10.rst:1016
1478
1507
msgid ""
1479
1508
":func:`encodings.normalize_encoding` now ignores non-ASCII characters. "
1480
1509
"(Contributed by Hai Shi in :issue:`39337`.)"
1481
1510
msgstr ""
1511
+ ":func:`encodings.normalize_encoding` agora ignora caracteres não-ASCII. "
1512
+ "(Contribuição de Hai Shi em :issue:`39337`.)"
1482
1513
1483
1514
#: ../../whatsnew/3.10.rst:1020
1484
1515
msgid "fileinput"
1485
- msgstr ""
1516
+ msgstr "fileinput "
1486
1517
1487
1518
#: ../../whatsnew/3.10.rst:1022
1488
1519
msgid ""
1489
1520
"Add *encoding* and *errors* parameters in :func:`fileinput.input` and :class:"
1490
1521
"`fileinput.FileInput`. (Contributed by Inada Naoki in :issue:`43712`.)"
1491
1522
msgstr ""
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`.)"
1492
1525
1493
1526
#: ../../whatsnew/3.10.rst:1026
1494
1527
msgid ""
1495
1528
":func:`fileinput.hook_compressed` now returns :class:`TextIOWrapper` object "
1496
1529
"when *mode* is \" r\" and file is compressed, like uncompressed files. "
1497
1530
"(Contributed by Inada Naoki in :issue:`5758`.)"
1498
1531
msgstr ""
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`.)"
1499
1535
1500
1536
#: ../../whatsnew/3.10.rst:1031
1501
1537
msgid "faulthandler"
1502
- msgstr ""
1538
+ msgstr "faulthandler "
1503
1539
1504
1540
#: ../../whatsnew/3.10.rst:1033
1505
1541
msgid ""
1506
1542
"The :mod:`faulthandler` module now detects if a fatal error occurs during a "
1507
1543
"garbage collector collection. (Contributed by Victor Stinner in :issue:"
1508
1544
"`44466`.)"
1509
1545
msgstr ""
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`.)"
1510
1549
1511
1550
#: ../../whatsnew/3.10.rst:1038
1512
1551
msgid "gc"
@@ -1517,6 +1556,9 @@ msgid ""
1517
1556
"Add audit hooks for :func:`gc.get_objects`, :func:`gc.get_referrers` and :"
1518
1557
"func:`gc.get_referents`. (Contributed by Pablo Galindo in :issue:`43439`.)"
1519
1558
msgstr ""
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`.)"
1520
1562
1521
1563
#: ../../whatsnew/3.10.rst:1044
1522
1564
msgid "glob"
@@ -1528,6 +1570,9 @@ msgid ""
1528
1570
"`~glob.iglob` which allow to specify the root directory for searching. "
1529
1571
"(Contributed by Serhiy Storchaka in :issue:`38144`.)"
1530
1572
msgstr ""
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`.)"
1531
1576
1532
1577
#: ../../whatsnew/3.10.rst:1051
1533
1578
msgid "hashlib"
@@ -1538,6 +1583,8 @@ msgid ""
1538
1583
"The hashlib module requires OpenSSL 1.1.1 or newer. (Contributed by "
1539
1584
"Christian Heimes in :pep:`644` and :issue:`43669`.)"
1540
1585
msgstr ""
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`.)"
1541
1588
1542
1589
#: ../../whatsnew/3.10.rst:1056
1543
1590
msgid ""
0 commit comments