@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.13\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2025-09-21 14:57 +0000\n "
14
+ "POT-Creation-Date : 2025-10-07 15:08 +0000\n "
15
15
"PO-Revision-Date : 2025-09-15 01:03+0000\n "
16
16
"Last-Translator : python-doc bot, 2025\n "
17
17
"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
@@ -118,45 +118,52 @@ msgstr ""
118
118
119
119
#: ../../deprecations/pending-removal-in-3.14.rst:41
120
120
msgid ""
121
+ ":mod:`builtins`: ``bool(NotImplemented)`` now emits a :exc:"
122
+ "`DeprecationWarning` and will raise a :exc:`TypeError` in Python 3.14. "
123
+ "(Contributed by Jelle Zijlstra in :gh:`118767`.)"
124
+ msgstr ""
125
+
126
+ #: ../../deprecations/pending-removal-in-3.14.rst:45
127
+ msgid ""
121
128
":mod:`email`: Deprecated the *isdst* parameter in :func:`email.utils."
122
129
"localtime`. (Contributed by Alan Williams in :gh:`72346`.)"
123
130
msgstr ""
124
131
":mod:`email`: Descontinua o parâmetro *isdst* em :func:`email.utils."
125
132
"localtime`. (Contribuição de Alan Williams em :gh:`72346`.)"
126
133
127
- #: ../../deprecations/pending-removal-in-3.14.rst:44
134
+ #: ../../deprecations/pending-removal-in-3.14.rst:48
128
135
msgid ":mod:`importlib.abc` deprecated classes:"
129
136
msgstr ":mod:`importlib.abc` descontinuou as classes:"
130
137
131
- #: ../../deprecations/pending-removal-in-3.14.rst:46
138
+ #: ../../deprecations/pending-removal-in-3.14.rst:50
132
139
msgid ":class:`!importlib.abc.ResourceReader`"
133
140
msgstr ":class:`!importlib.abc.ResourceReader`"
134
141
135
- #: ../../deprecations/pending-removal-in-3.14.rst:47
142
+ #: ../../deprecations/pending-removal-in-3.14.rst:51
136
143
msgid ":class:`!importlib.abc.Traversable`"
137
144
msgstr ":class:`!importlib.abc.Traversable`"
138
145
139
- #: ../../deprecations/pending-removal-in-3.14.rst:48
146
+ #: ../../deprecations/pending-removal-in-3.14.rst:52
140
147
msgid ":class:`!importlib.abc.TraversableResources`"
141
148
msgstr ":class:`!importlib.abc.TraversableResources`"
142
149
143
- #: ../../deprecations/pending-removal-in-3.14.rst:50
150
+ #: ../../deprecations/pending-removal-in-3.14.rst:54
144
151
msgid "Use :mod:`importlib.resources.abc` classes instead:"
145
152
msgstr "Em vez disso, use classes de :mod:`importlib.resources.abc`:"
146
153
147
- #: ../../deprecations/pending-removal-in-3.14.rst:52
154
+ #: ../../deprecations/pending-removal-in-3.14.rst:56
148
155
msgid ":class:`importlib.resources.abc.Traversable`"
149
156
msgstr ":class:`importlib.resources.abc.Traversable`"
150
157
151
- #: ../../deprecations/pending-removal-in-3.14.rst:53
158
+ #: ../../deprecations/pending-removal-in-3.14.rst:57
152
159
msgid ":class:`importlib.resources.abc.TraversableResources`"
153
160
msgstr ":class:`importlib.resources.abc.TraversableResources`"
154
161
155
- #: ../../deprecations/pending-removal-in-3.14.rst:55
162
+ #: ../../deprecations/pending-removal-in-3.14.rst:59
156
163
msgid "(Contributed by Jason R. Coombs and Hugo van Kemenade in :gh:`93963`.)"
157
164
msgstr "(Contribuição de Jason R. Coombs e Hugo van Kemenade em :gh:`93963`.)"
158
165
159
- #: ../../deprecations/pending-removal-in-3.14.rst:57
166
+ #: ../../deprecations/pending-removal-in-3.14.rst:61
160
167
msgid ""
161
168
":mod:`itertools` had undocumented, inefficient, historically buggy, and "
162
169
"inconsistent support for copy, deepcopy, and pickle operations. This will be "
@@ -169,7 +176,7 @@ msgstr ""
169
176
"significativa no volume de código e na carga de manutenção. (Contribuição de "
170
177
"Raymond Hettinger em :gh:`101588`.)"
171
178
172
- #: ../../deprecations/pending-removal-in-3.14.rst:63
179
+ #: ../../deprecations/pending-removal-in-3.14.rst:67
173
180
msgid ""
174
181
":mod:`multiprocessing`: The default start method will change to a safer one "
175
182
"on Linux, BSDs, and other non-macOS POSIX platforms where ``'fork'`` is "
@@ -188,15 +195,15 @@ msgstr ""
188
195
"explicitamente quando seu código *requer* ``'fork'``. Veja :ref:"
189
196
"`multiprocessing-start-methods`."
190
197
191
- #: ../../deprecations/pending-removal-in-3.14.rst:71
198
+ #: ../../deprecations/pending-removal-in-3.14.rst:75
192
199
msgid ""
193
200
":mod:`pathlib`: :meth:`~pathlib.PurePath.is_relative_to` and :meth:`~pathlib."
194
201
"PurePath.relative_to`: passing additional arguments is deprecated."
195
202
msgstr ""
196
203
":mod:`pathlib`: :meth:`~pathlib.PurePath.is_relative_to` e :meth:`~pathlib."
197
204
"PurePath.relative_to`: passar argumentos adicionais foi descontinuado."
198
205
199
- #: ../../deprecations/pending-removal-in-3.14.rst:75
206
+ #: ../../deprecations/pending-removal-in-3.14.rst:79
200
207
msgid ""
201
208
":mod:`pkgutil`: :func:`~pkgutil.find_loader` and :func:`~pkgutil.get_loader` "
202
209
"now raise :exc:`DeprecationWarning`; use :func:`importlib.util.find_spec` "
@@ -206,27 +213,27 @@ msgstr ""
206
213
"agora levantam :exc:`DeprecationWarning`; use :func:`importlib.util."
207
214
"find_spec` em vez disto. (Contribuição de Nikita Sobolev em :gh:`97850`.)"
208
215
209
- #: ../../deprecations/pending-removal-in-3.14.rst:80
216
+ #: ../../deprecations/pending-removal-in-3.14.rst:84
210
217
msgid ":mod:`pty`:"
211
218
msgstr ":mod:`pty`:"
212
219
213
- #: ../../deprecations/pending-removal-in-3.14.rst:82
220
+ #: ../../deprecations/pending-removal-in-3.14.rst:86
214
221
msgid "``master_open()``: use :func:`pty.openpty`."
215
222
msgstr "``master_open()``: use :func:`pty.openpty`."
216
223
217
- #: ../../deprecations/pending-removal-in-3.14.rst:83
224
+ #: ../../deprecations/pending-removal-in-3.14.rst:87
218
225
msgid "``slave_open()``: use :func:`pty.openpty`."
219
226
msgstr "``slave_open()``: use :func:`pty.openpty`."
220
227
221
- #: ../../deprecations/pending-removal-in-3.14.rst:85
228
+ #: ../../deprecations/pending-removal-in-3.14.rst:89
222
229
msgid ":mod:`sqlite3`:"
223
230
msgstr ":mod:`sqlite3`:"
224
231
225
- #: ../../deprecations/pending-removal-in-3.14.rst:87
232
+ #: ../../deprecations/pending-removal-in-3.14.rst:91
226
233
msgid ":data:`~sqlite3.version` and :data:`~sqlite3.version_info`."
227
234
msgstr ":data:`~sqlite3.version` e :data:`~sqlite3.version_info`."
228
235
229
- #: ../../deprecations/pending-removal-in-3.14.rst:89
236
+ #: ../../deprecations/pending-removal-in-3.14.rst:93
230
237
msgid ""
231
238
":meth:`~sqlite3.Cursor.execute` and :meth:`~sqlite3.Cursor.executemany` if :"
232
239
"ref:`named placeholders <sqlite3-placeholders>` are used and *parameters* is "
@@ -236,7 +243,7 @@ msgstr ""
236
243
"ref:`espaços reservados nomeados <sqlite3-placeholders>` forem usados e "
237
244
"*parameters* for uma sequência em vez de um :class:`dict` ."
238
245
239
- #: ../../deprecations/pending-removal-in-3.14.rst:93
246
+ #: ../../deprecations/pending-removal-in-3.14.rst:97
240
247
msgid ""
241
248
":mod:`urllib`: :class:`!urllib.parse.Quoter` is deprecated: it was not "
242
249
"intended to be a public API. (Contributed by Gregory P. Smith in :gh:"
0 commit comments