@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.14\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-10-05 14:11 +0000\n "
14+ "POT-Creation-Date : 2026-02-09 14:46 +0000\n "
1515"PO-Revision-Date : 2025-09-16 00:00+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
@@ -124,10 +124,6 @@ msgstr ""
124124"de :class:`complex`."
125125
126126#: ../../deprecations/pending-removal-in-future.rst:38
127- msgid "Delegation of ``int()`` to ``__trunc__()`` method."
128- msgstr "Delegação do método ``int()`` para o ``__trunc__()``."
129-
130- #: ../../deprecations/pending-removal-in-future.rst:39
131127msgid ""
132128"Passing a complex number as the *real* or *imag* argument in the :func:"
133129"`complex` constructor is now deprecated; it should only be passed as a "
@@ -139,7 +135,7 @@ msgstr ""
139135"único argumento posicional. (Contribuição de Serhiy Storchaka em :gh:"
140136"`109218`.)"
141137
142- #: ../../deprecations/pending-removal-in-future.rst:44
138+ #: ../../deprecations/pending-removal-in-future.rst:43
143139msgid ""
144140":mod:`calendar`: ``calendar.January`` and ``calendar.February`` constants "
145141"are deprecated and replaced by :data:`calendar.JANUARY` and :data:`calendar."
@@ -149,98 +145,98 @@ msgstr ""
149145"foram descontinuadas e substituídas por :data:`calendar.JANUARY` e :data:"
150146"`calendar.FEBRUARY`. (Contribuição de Prince Roshan em :gh:`103636`.)"
151147
152- #: ../../deprecations/pending-removal-in-future.rst:49
148+ #: ../../deprecations/pending-removal-in-future.rst:48
153149msgid ""
154150":mod:`codecs`: use :func:`open` instead of :func:`codecs.open`. (:gh:"
155151"`133038`)"
156152msgstr ""
157153":mod:`codecs`: use :func:`open` em vez de :func:`codecs.open`. (:gh:`133038`)"
158154
159- #: ../../deprecations/pending-removal-in-future.rst:51
155+ #: ../../deprecations/pending-removal-in-future.rst:50
160156msgid ""
161157":attr:`codeobject.co_lnotab`: use the :meth:`codeobject.co_lines` method "
162158"instead."
163159msgstr ""
164160":attr:`codeobject.co_lnotab`: use o método :meth:`codeobject.co_lines`."
165161
166- #: ../../deprecations/pending-removal-in-future.rst:54
162+ #: ../../deprecations/pending-removal-in-future.rst:53
167163msgid ":mod:`datetime`:"
168164msgstr ":mod:`datetime`:"
169165
170- #: ../../deprecations/pending-removal-in-future.rst:56
166+ #: ../../deprecations/pending-removal-in-future.rst:55
171167msgid ""
172168":meth:`~datetime.datetime.utcnow`: use ``datetime.datetime.now(tz=datetime."
173169"UTC)``."
174170msgstr ""
175171":meth:`~datetime.datetime.utcnow`: use ``datetime.datetime.now(tz=datetime."
176172"UTC)``."
177173
178- #: ../../deprecations/pending-removal-in-future.rst:58
174+ #: ../../deprecations/pending-removal-in-future.rst:57
179175msgid ""
180176":meth:`~datetime.datetime.utcfromtimestamp`: use ``datetime.datetime."
181177"fromtimestamp(timestamp, tz=datetime.UTC)``."
182178msgstr ""
183179":meth:`~datetime.datetime.utcfromtimestamp`: use ``datetime.datetime."
184180"fromtimestamp(timestamp, tz=datetime.UTC)``."
185181
186- #: ../../deprecations/pending-removal-in-future.rst:61
182+ #: ../../deprecations/pending-removal-in-future.rst:60
187183msgid ":mod:`gettext`: Plural value must be an integer."
188184msgstr ":mod:`gettext`: O valor de plural deve ser um número inteiro."
189185
190- #: ../../deprecations/pending-removal-in-future.rst:63
186+ #: ../../deprecations/pending-removal-in-future.rst:62
191187msgid ":mod:`importlib`:"
192188msgstr ":mod:`importlib`:"
193189
194- #: ../../deprecations/pending-removal-in-future.rst:65
190+ #: ../../deprecations/pending-removal-in-future.rst:64
195191msgid ""
196192":func:`~importlib.util.cache_from_source` *debug_override* parameter is "
197193"deprecated: use the *optimization* parameter instead."
198194msgstr ""
199195"O parâmetro *debug_override* de :func:`~importlib.util.cache_from_source` "
200196"foi descontinuado: em vez disso, use o parâmetro *optimization*."
201197
202- #: ../../deprecations/pending-removal-in-future.rst:68
198+ #: ../../deprecations/pending-removal-in-future.rst:67
203199msgid ":mod:`importlib.metadata`:"
204200msgstr ":mod:`importlib.metadata`:"
205201
206- #: ../../deprecations/pending-removal-in-future.rst:70
202+ #: ../../deprecations/pending-removal-in-future.rst:69
207203msgid "``EntryPoints`` tuple interface."
208204msgstr "Interface de tupla ``EntryPoints``."
209205
210- #: ../../deprecations/pending-removal-in-future.rst:71
206+ #: ../../deprecations/pending-removal-in-future.rst:70
211207msgid "Implicit ``None`` on return values."
212208msgstr "``None`` implícito nos valores de retorno."
213209
214- #: ../../deprecations/pending-removal-in-future.rst:73
210+ #: ../../deprecations/pending-removal-in-future.rst:72
215211msgid ""
216212":mod:`logging`: the ``warn()`` method has been deprecated since Python 3.3, "
217213"use :meth:`~logging.warning` instead."
218214msgstr ""
219215":mod:`logging`: o método ``warn()`` foi descontinuado desde o Python 3.3, "
220216"use :meth:`~logging.warning`."
221217
222- #: ../../deprecations/pending-removal-in-future.rst:76
218+ #: ../../deprecations/pending-removal-in-future.rst:75
223219msgid ""
224220":mod:`mailbox`: Use of StringIO input and text mode is deprecated, use "
225221"BytesIO and binary mode instead."
226222msgstr ""
227223":mod:`mailbox`: O uso da entrada StringIO e do modo de texto foi "
228224"descontinuado; em vez disso, use BytesIO e o modo binário."
229225
230- #: ../../deprecations/pending-removal-in-future.rst:79
226+ #: ../../deprecations/pending-removal-in-future.rst:78
231227msgid ""
232228":mod:`os`: Calling :func:`os.register_at_fork` in multi-threaded process."
233229msgstr ":mod:`os`: Chamar :func:`os.register_at_fork` em processo multithread."
234230
235- #: ../../deprecations/pending-removal-in-future.rst:81
231+ #: ../../deprecations/pending-removal-in-future.rst:80
236232msgid ""
237233":class:`!pydoc.ErrorDuringImport`: A tuple value for *exc_info* parameter is "
238234"deprecated, use an exception instance."
239235msgstr ""
240236":class:`!pydoc.ErrorDuringImport`: Um valor de tupla para o parâmetro "
241237"*exc_info* foi descontinuado, use uma instância de exceção."
242238
243- #: ../../deprecations/pending-removal-in-future.rst:84
239+ #: ../../deprecations/pending-removal-in-future.rst:83
244240msgid ""
245241":mod:`re`: More strict rules are now applied for numerical group references "
246242"and group names in regular expressions. Only sequence of ASCII digits is "
@@ -255,122 +251,122 @@ msgstr ""
255251"apenas letras e dígitos ASCII e sublinhado. (Contribuição de Serhiy "
256252"Storchaka em :gh:`91760`.)"
257253
258- #: ../../deprecations/pending-removal-in-future.rst:91
254+ #: ../../deprecations/pending-removal-in-future.rst:90
259255msgid ""
260256":mod:`!sre_compile`, :mod:`!sre_constants` and :mod:`!sre_parse` modules."
261257msgstr ""
262258"Módulos :mod:`!sre_compile`, :mod:`!sre_constants` e :mod:`!sre_parse`."
263259
264- #: ../../deprecations/pending-removal-in-future.rst:93
260+ #: ../../deprecations/pending-removal-in-future.rst:92
265261msgid ""
266262":mod:`shutil`: :func:`~shutil.rmtree`'s *onerror* parameter is deprecated in "
267263"Python 3.12; use the *onexc* parameter instead."
268264msgstr ""
269265":mod:`shutil`: O parâmetro *onerror* de :func:`~shutil.rmtree` foi "
270266"descontinuado no Python 3.12; use o parâmetro *onexc*."
271267
272- #: ../../deprecations/pending-removal-in-future.rst:96
268+ #: ../../deprecations/pending-removal-in-future.rst:95
273269msgid ":mod:`ssl` options and protocols:"
274270msgstr "Protocolos e opções de :mod:`ssl`"
275271
276- #: ../../deprecations/pending-removal-in-future.rst:98
272+ #: ../../deprecations/pending-removal-in-future.rst:97
277273msgid ":class:`ssl.SSLContext` without protocol argument is deprecated."
278274msgstr ":class:`ssl.SSLContext` sem argumento de protocolo foi descontinuado."
279275
280- #: ../../deprecations/pending-removal-in-future.rst:99
276+ #: ../../deprecations/pending-removal-in-future.rst:98
281277msgid ""
282278":class:`ssl.SSLContext`: :meth:`~ssl.SSLContext.set_npn_protocols` and :meth:"
283279"`!selected_npn_protocol` are deprecated: use ALPN instead."
284280msgstr ""
285281":class:`ssl.SSLContext`: :meth:`~ssl.SSLContext.set_npn_protocols` e :meth:`!"
286282"selected_npn_protocol` foram descontinuados: use ALPN."
287283
288- #: ../../deprecations/pending-removal-in-future.rst:102
284+ #: ../../deprecations/pending-removal-in-future.rst:101
289285msgid "``ssl.OP_NO_SSL*`` options"
290286msgstr "Opções de ``ssl.OP_NO_SSL*``"
291287
292- #: ../../deprecations/pending-removal-in-future.rst:103
288+ #: ../../deprecations/pending-removal-in-future.rst:102
293289msgid "``ssl.OP_NO_TLS*`` options"
294290msgstr "Opções de ``ssl.OP_NO_TLS*``"
295291
296- #: ../../deprecations/pending-removal-in-future.rst:104
292+ #: ../../deprecations/pending-removal-in-future.rst:103
297293msgid "``ssl.PROTOCOL_SSLv3``"
298294msgstr "``ssl.PROTOCOL_SSLv3``"
299295
300- #: ../../deprecations/pending-removal-in-future.rst:105
296+ #: ../../deprecations/pending-removal-in-future.rst:104
301297msgid "``ssl.PROTOCOL_TLS``"
302298msgstr "``ssl.PROTOCOL_TLS``"
303299
304- #: ../../deprecations/pending-removal-in-future.rst:106
300+ #: ../../deprecations/pending-removal-in-future.rst:105
305301msgid "``ssl.PROTOCOL_TLSv1``"
306302msgstr "``ssl.PROTOCOL_TLSv1``"
307303
308- #: ../../deprecations/pending-removal-in-future.rst:107
304+ #: ../../deprecations/pending-removal-in-future.rst:106
309305msgid "``ssl.PROTOCOL_TLSv1_1``"
310306msgstr "``ssl.PROTOCOL_TLSv1_1``"
311307
312- #: ../../deprecations/pending-removal-in-future.rst:108
308+ #: ../../deprecations/pending-removal-in-future.rst:107
313309msgid "``ssl.PROTOCOL_TLSv1_2``"
314310msgstr "``ssl.PROTOCOL_TLSv1_2``"
315311
316- #: ../../deprecations/pending-removal-in-future.rst:109
312+ #: ../../deprecations/pending-removal-in-future.rst:108
317313msgid "``ssl.TLSVersion.SSLv3``"
318314msgstr "``ssl.TLSVersion.SSLv3``"
319315
320- #: ../../deprecations/pending-removal-in-future.rst:110
316+ #: ../../deprecations/pending-removal-in-future.rst:109
321317msgid "``ssl.TLSVersion.TLSv1``"
322318msgstr "``ssl.TLSVersion.TLSv1``"
323319
324- #: ../../deprecations/pending-removal-in-future.rst:111
320+ #: ../../deprecations/pending-removal-in-future.rst:110
325321msgid "``ssl.TLSVersion.TLSv1_1``"
326322msgstr "``ssl.TLSVersion.TLSv1_1``"
327323
328- #: ../../deprecations/pending-removal-in-future.rst:113
324+ #: ../../deprecations/pending-removal-in-future.rst:112
329325msgid ":mod:`threading` methods:"
330326msgstr "Métodos de :mod:`threading`:"
331327
332- #: ../../deprecations/pending-removal-in-future.rst:115
328+ #: ../../deprecations/pending-removal-in-future.rst:114
333329msgid ""
334330":meth:`!threading.Condition.notifyAll`: use :meth:`~threading.Condition."
335331"notify_all`."
336332msgstr ""
337333":meth:`!threading.Condition.notifyAll`: use :meth:`~threading.Condition."
338334"notify_all`."
339335
340- #: ../../deprecations/pending-removal-in-future.rst:116
336+ #: ../../deprecations/pending-removal-in-future.rst:115
341337msgid ":meth:`!threading.Event.isSet`: use :meth:`~threading.Event.is_set`."
342338msgstr ":meth:`!threading.Event.isSet`: use :meth:`~threading.Event.is_set`."
343339
344- #: ../../deprecations/pending-removal-in-future.rst:117
340+ #: ../../deprecations/pending-removal-in-future.rst:116
345341msgid ""
346342":meth:`!threading.Thread.isDaemon`, :meth:`threading.Thread.setDaemon`: use :"
347343"attr:`threading.Thread.daemon` attribute."
348344msgstr ""
349345":meth:`!threading.Thread.isDaemon`, :meth:`threading.Thread.setDaemon`: use "
350346"o atributo :attr:`threading.Thread.daemon`."
351347
352- #: ../../deprecations/pending-removal-in-future.rst:119
348+ #: ../../deprecations/pending-removal-in-future.rst:118
353349msgid ""
354350":meth:`!threading.Thread.getName`, :meth:`threading.Thread.setName`: use :"
355351"attr:`threading.Thread.name` attribute."
356352msgstr ""
357353":meth:`!threading.Thread.getName`, :meth:`threading.Thread.setName`: use o "
358354"atributo :attr:`threading.Thread.name`."
359355
360- #: ../../deprecations/pending-removal-in-future.rst:121
356+ #: ../../deprecations/pending-removal-in-future.rst:120
361357msgid ":meth:`!threading.currentThread`: use :meth:`threading.current_thread`."
362358msgstr ""
363359":meth:`!threading.currentThread`: use :meth:`threading.current_thread`."
364360
365- #: ../../deprecations/pending-removal-in-future.rst:122
361+ #: ../../deprecations/pending-removal-in-future.rst:121
366362msgid ":meth:`!threading.activeCount`: use :meth:`threading.active_count`."
367363msgstr ":meth:`!threading.activeCount`: use :meth:`threading.active_count`."
368364
369- #: ../../deprecations/pending-removal-in-future.rst:124
365+ #: ../../deprecations/pending-removal-in-future.rst:123
370366msgid ":class:`typing.Text` (:gh:`92332`)."
371367msgstr ":class:`typing.Text` (:gh:`92332`)."
372368
373- #: ../../deprecations/pending-removal-in-future.rst:126
369+ #: ../../deprecations/pending-removal-in-future.rst:125
374370msgid ""
375371"The internal class ``typing._UnionGenericAlias`` is no longer used to "
376372"implement :class:`typing.Union`. To preserve compatibility with users using "
@@ -383,75 +379,75 @@ msgstr ""
383379"será fornecida pelo menos até a versão 3.17 do Python. (Contribuição de "
384380"Jelle Zijlstra em :gh:`105499`.)"
385381
386- #: ../../deprecations/pending-removal-in-future.rst:131
382+ #: ../../deprecations/pending-removal-in-future.rst:130
387383msgid ""
388384":class:`unittest.IsolatedAsyncioTestCase`: it is deprecated to return a "
389385"value that is not ``None`` from a test case."
390386msgstr ""
391387":class:`unittest.IsolatedAsyncioTestCase`: foi descontinuado retornar um "
392388"valor que não seja ``None`` de um caso de teste."
393389
394- #: ../../deprecations/pending-removal-in-future.rst:134
390+ #: ../../deprecations/pending-removal-in-future.rst:133
395391msgid ""
396392":mod:`urllib.parse` deprecated functions: :func:`~urllib.parse.urlparse` "
397393"instead"
398394msgstr ""
399395"Funções descontinuadas de :mod:`urllib.parse`: use :func:`~urllib.parse."
400396"urlparse`"
401397
402- #: ../../deprecations/pending-removal-in-future.rst:136
398+ #: ../../deprecations/pending-removal-in-future.rst:135
403399msgid "``splitattr()``"
404400msgstr "``splitattr()``"
405401
406- #: ../../deprecations/pending-removal-in-future.rst:137
402+ #: ../../deprecations/pending-removal-in-future.rst:136
407403msgid "``splithost()``"
408404msgstr "``splithost()``"
409405
410- #: ../../deprecations/pending-removal-in-future.rst:138
406+ #: ../../deprecations/pending-removal-in-future.rst:137
411407msgid "``splitnport()``"
412408msgstr "``splitnport()``"
413409
414- #: ../../deprecations/pending-removal-in-future.rst:139
410+ #: ../../deprecations/pending-removal-in-future.rst:138
415411msgid "``splitpasswd()``"
416412msgstr "``splitpasswd()``"
417413
418- #: ../../deprecations/pending-removal-in-future.rst:140
414+ #: ../../deprecations/pending-removal-in-future.rst:139
419415msgid "``splitport()``"
420416msgstr "``splitport()``"
421417
422- #: ../../deprecations/pending-removal-in-future.rst:141
418+ #: ../../deprecations/pending-removal-in-future.rst:140
423419msgid "``splitquery()``"
424420msgstr "``splitquery()``"
425421
426- #: ../../deprecations/pending-removal-in-future.rst:142
422+ #: ../../deprecations/pending-removal-in-future.rst:141
427423msgid "``splittag()``"
428424msgstr "``splittag()``"
429425
430- #: ../../deprecations/pending-removal-in-future.rst:143
426+ #: ../../deprecations/pending-removal-in-future.rst:142
431427msgid "``splittype()``"
432428msgstr "``splittype()``"
433429
434- #: ../../deprecations/pending-removal-in-future.rst:144
430+ #: ../../deprecations/pending-removal-in-future.rst:143
435431msgid "``splituser()``"
436432msgstr "``splituser()``"
437433
438- #: ../../deprecations/pending-removal-in-future.rst:145
434+ #: ../../deprecations/pending-removal-in-future.rst:144
439435msgid "``splitvalue()``"
440436msgstr "``splitvalue()``"
441437
442- #: ../../deprecations/pending-removal-in-future.rst:146
438+ #: ../../deprecations/pending-removal-in-future.rst:145
443439msgid "``to_bytes()``"
444440msgstr "``to_bytes()``"
445441
446- #: ../../deprecations/pending-removal-in-future.rst:148
442+ #: ../../deprecations/pending-removal-in-future.rst:147
447443msgid ""
448444":mod:`wsgiref`: ``SimpleHandler.stdout.write()`` should not do partial "
449445"writes."
450446msgstr ""
451447":mod:`wsgiref`: ``SimpleHandler.stdout.write()`` não deve fazer gravações "
452448"parciais."
453449
454- #: ../../deprecations/pending-removal-in-future.rst:151
450+ #: ../../deprecations/pending-removal-in-future.rst:150
455451msgid ""
456452":mod:`xml.etree.ElementTree`: Testing the truth value of an :class:`~xml."
457453"etree.ElementTree.Element` is deprecated. In a future release it will always "
@@ -463,7 +459,7 @@ msgstr ""
463459"sempre retornará ``True``. Em vez disso, prefira os testes explícitos "
464460"``len(elem)`` ou ``elem is not None``."
465461
466- #: ../../deprecations/pending-removal-in-future.rst:156
462+ #: ../../deprecations/pending-removal-in-future.rst:155
467463msgid ""
468464":func:`sys._clear_type_cache` is deprecated: use :func:`sys."
469465"_clear_internal_caches` instead."
0 commit comments