|
14 | 14 | # Marco Rougeth <marco@rougeth.com>, 2023 |
15 | 15 | # Flávio Neves, 2023 |
16 | 16 | # Claudio Rogerio Carvalho Filho <excriptbrasil@gmail.com>, 2023 |
| 17 | +# Leonardo Rodrigues da Costa, 2023 |
17 | 18 | # |
18 | 19 | #, fuzzy |
19 | 20 | msgid "" |
20 | 21 | msgstr "" |
21 | 22 | "Project-Id-Version: Python 3.12\n" |
22 | 23 | "Report-Msgid-Bugs-To: \n" |
23 | | -"POT-Creation-Date: 2023-06-09 14:13+0000\n" |
| 24 | +"POT-Creation-Date: 2023-06-23 14:14+0000\n" |
24 | 25 | "PO-Revision-Date: 2021-06-28 00:48+0000\n" |
25 | | -"Last-Translator: Claudio Rogerio Carvalho Filho <excriptbrasil@gmail.com>, " |
26 | | -"2023\n" |
| 26 | +"Last-Translator: Leonardo Rodrigues da Costa, 2023\n" |
27 | 27 | "Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/" |
28 | 28 | "teams/5390/pt_BR/)\n" |
29 | 29 | "MIME-Version: 1.0\n" |
@@ -103,6 +103,10 @@ msgid "" |
103 | 103 | "still propagating), while the latter returns an exception after it is caught " |
104 | 104 | "(and has therefore stopped propagating)." |
105 | 105 | msgstr "" |
| 106 | +"O indicador de erro **not** é resultado de :func:`sys.exc_info()`. O " |
| 107 | +"primeiro corresponde a uma exceção que ainda não foi capturada (e, portanto, " |
| 108 | +"ainda está se propagando), enquanto o segundo retorna uma exceção após ser " |
| 109 | +"capturada (e, portanto, parou de se propagar)." |
106 | 110 |
|
107 | 111 | #: ../../c-api/exceptions.rst:44 |
108 | 112 | msgid "Printing and clearing" |
|
0 commit comments