8
8
msgstr ""
9
9
"Project-Id-Version : Python 3.12\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2024-07-25 00:04 +0000\n "
11
+ "POT-Creation-Date : 2024-07-28 00:03 +0000\n "
12
12
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13
13
"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14
14
"
Language-Team :
LANGUAGE <[email protected] >\n "
@@ -93,83 +93,91 @@ msgstr ""
93
93
msgid "Delegation of ``int()`` to ``__trunc__()`` method."
94
94
msgstr ""
95
95
96
- #: ../../deprecations/pending-removal-in-future.rst:38
96
+ #: ../../deprecations/pending-removal-in-future.rst:37
97
+ msgid ""
98
+ "Passing a complex number as the *real* or *imag* argument in the :func:"
99
+ "`complex` constructor is now deprecated; it should only be passed as a "
100
+ "single positional argument. (Contributed by Serhiy Storchaka in :gh:"
101
+ "`109218`.)"
102
+ msgstr ""
103
+
104
+ #: ../../deprecations/pending-removal-in-future.rst:42
97
105
msgid ""
98
106
":mod:`calendar`: ``calendar.January`` and ``calendar.February`` constants "
99
107
"are deprecated and replaced by :data:`calendar.JANUARY` and :data:`calendar."
100
108
"FEBRUARY`. (Contributed by Prince Roshan in :gh:`103636`.)"
101
109
msgstr ""
102
110
103
- #: ../../deprecations/pending-removal-in-future.rst:43
111
+ #: ../../deprecations/pending-removal-in-future.rst:47
104
112
msgid ""
105
113
":attr:`codeobject.co_lnotab`: use the :meth:`codeobject.co_lines` method "
106
114
"instead."
107
115
msgstr ""
108
116
109
- #: ../../deprecations/pending-removal-in-future.rst:46
117
+ #: ../../deprecations/pending-removal-in-future.rst:50
110
118
msgid ":mod:`datetime`:"
111
119
msgstr ""
112
120
113
- #: ../../deprecations/pending-removal-in-future.rst:48
121
+ #: ../../deprecations/pending-removal-in-future.rst:52
114
122
msgid ""
115
123
":meth:`~datetime.datetime.utcnow`: use ``datetime.datetime.now(tz=datetime."
116
124
"UTC)``."
117
125
msgstr ""
118
126
119
- #: ../../deprecations/pending-removal-in-future.rst:50
127
+ #: ../../deprecations/pending-removal-in-future.rst:54
120
128
msgid ""
121
129
":meth:`~datetime.datetime.utcfromtimestamp`: use ``datetime.datetime."
122
130
"fromtimestamp(timestamp, tz=datetime.UTC)``."
123
131
msgstr ""
124
132
125
- #: ../../deprecations/pending-removal-in-future.rst:53
133
+ #: ../../deprecations/pending-removal-in-future.rst:57
126
134
msgid ":mod:`gettext`: Plural value must be an integer."
127
135
msgstr ""
128
136
129
- #: ../../deprecations/pending-removal-in-future.rst:55
137
+ #: ../../deprecations/pending-removal-in-future.rst:59
130
138
msgid ":mod:`importlib`:"
131
139
msgstr ""
132
140
133
- #: ../../deprecations/pending-removal-in-future.rst:57
141
+ #: ../../deprecations/pending-removal-in-future.rst:61
134
142
msgid "``load_module()`` method: use ``exec_module()`` instead."
135
143
msgstr ""
136
144
137
- #: ../../deprecations/pending-removal-in-future.rst:58
145
+ #: ../../deprecations/pending-removal-in-future.rst:62
138
146
msgid ""
139
147
":func:`~importlib.util.cache_from_source` *debug_override* parameter is "
140
148
"deprecated: use the *optimization* parameter instead."
141
149
msgstr ""
142
150
143
- #: ../../deprecations/pending-removal-in-future.rst:61
151
+ #: ../../deprecations/pending-removal-in-future.rst:65
144
152
msgid ":mod:`importlib.metadata`:"
145
153
msgstr ""
146
154
147
- #: ../../deprecations/pending-removal-in-future.rst:63
155
+ #: ../../deprecations/pending-removal-in-future.rst:67
148
156
msgid "``EntryPoints`` tuple interface."
149
157
msgstr ""
150
158
151
- #: ../../deprecations/pending-removal-in-future.rst:64
159
+ #: ../../deprecations/pending-removal-in-future.rst:68
152
160
msgid "Implicit ``None`` on return values."
153
161
msgstr ""
154
162
155
- #: ../../deprecations/pending-removal-in-future.rst:66
163
+ #: ../../deprecations/pending-removal-in-future.rst:70
156
164
msgid ""
157
165
":mod:`mailbox`: Use of StringIO input and text mode is deprecated, use "
158
166
"BytesIO and binary mode instead."
159
167
msgstr ""
160
168
161
- #: ../../deprecations/pending-removal-in-future.rst:69
169
+ #: ../../deprecations/pending-removal-in-future.rst:73
162
170
msgid ""
163
171
":mod:`os`: Calling :func:`os.register_at_fork` in multi-threaded process."
164
172
msgstr ""
165
173
166
- #: ../../deprecations/pending-removal-in-future.rst:71
174
+ #: ../../deprecations/pending-removal-in-future.rst:75
167
175
msgid ""
168
176
":class:`!pydoc.ErrorDuringImport`: A tuple value for *exc_info* parameter is "
169
177
"deprecated, use an exception instance."
170
178
msgstr ""
171
179
172
- #: ../../deprecations/pending-removal-in-future.rst:74
180
+ #: ../../deprecations/pending-removal-in-future.rst:78
173
181
msgid ""
174
182
":mod:`re`: More strict rules are now applied for numerical group references "
175
183
"and group names in regular expressions. Only sequence of ASCII digits is "
@@ -178,193 +186,193 @@ msgid ""
178
186
"underscore. (Contributed by Serhiy Storchaka in :gh:`91760`.)"
179
187
msgstr ""
180
188
181
- #: ../../deprecations/pending-removal-in-future.rst:81
189
+ #: ../../deprecations/pending-removal-in-future.rst:85
182
190
msgid ""
183
191
":mod:`!sre_compile`, :mod:`!sre_constants` and :mod:`!sre_parse` modules."
184
192
msgstr ""
185
193
186
- #: ../../deprecations/pending-removal-in-future.rst:83
194
+ #: ../../deprecations/pending-removal-in-future.rst:87
187
195
msgid ""
188
196
":mod:`shutil`: :func:`~shutil.rmtree`'s *onerror* parameter is deprecated in "
189
197
"Python 3.12; use the *onexc* parameter instead."
190
198
msgstr ""
191
199
192
- #: ../../deprecations/pending-removal-in-future.rst:86
200
+ #: ../../deprecations/pending-removal-in-future.rst:90
193
201
msgid ":mod:`ssl` options and protocols:"
194
202
msgstr ""
195
203
196
- #: ../../deprecations/pending-removal-in-future.rst:88
204
+ #: ../../deprecations/pending-removal-in-future.rst:92
197
205
msgid ":class:`ssl.SSLContext` without protocol argument is deprecated."
198
206
msgstr ""
199
207
200
- #: ../../deprecations/pending-removal-in-future.rst:89
208
+ #: ../../deprecations/pending-removal-in-future.rst:93
201
209
msgid ""
202
210
":class:`ssl.SSLContext`: :meth:`~ssl.SSLContext.set_npn_protocols` and :meth:"
203
211
"`!selected_npn_protocol` are deprecated: use ALPN instead."
204
212
msgstr ""
205
213
206
- #: ../../deprecations/pending-removal-in-future.rst:92
214
+ #: ../../deprecations/pending-removal-in-future.rst:96
207
215
msgid "``ssl.OP_NO_SSL*`` options"
208
216
msgstr ""
209
217
210
- #: ../../deprecations/pending-removal-in-future.rst:93
218
+ #: ../../deprecations/pending-removal-in-future.rst:97
211
219
msgid "``ssl.OP_NO_TLS*`` options"
212
220
msgstr ""
213
221
214
- #: ../../deprecations/pending-removal-in-future.rst:94
222
+ #: ../../deprecations/pending-removal-in-future.rst:98
215
223
msgid "``ssl.PROTOCOL_SSLv3``"
216
224
msgstr ""
217
225
218
- #: ../../deprecations/pending-removal-in-future.rst:95
226
+ #: ../../deprecations/pending-removal-in-future.rst:99
219
227
msgid "``ssl.PROTOCOL_TLS``"
220
228
msgstr ""
221
229
222
- #: ../../deprecations/pending-removal-in-future.rst:96
230
+ #: ../../deprecations/pending-removal-in-future.rst:100
223
231
msgid "``ssl.PROTOCOL_TLSv1``"
224
232
msgstr ""
225
233
226
- #: ../../deprecations/pending-removal-in-future.rst:97
234
+ #: ../../deprecations/pending-removal-in-future.rst:101
227
235
msgid "``ssl.PROTOCOL_TLSv1_1``"
228
236
msgstr ""
229
237
230
- #: ../../deprecations/pending-removal-in-future.rst:98
238
+ #: ../../deprecations/pending-removal-in-future.rst:102
231
239
msgid "``ssl.PROTOCOL_TLSv1_2``"
232
240
msgstr ""
233
241
234
- #: ../../deprecations/pending-removal-in-future.rst:99
242
+ #: ../../deprecations/pending-removal-in-future.rst:103
235
243
msgid "``ssl.TLSVersion.SSLv3``"
236
244
msgstr ""
237
245
238
- #: ../../deprecations/pending-removal-in-future.rst:100
246
+ #: ../../deprecations/pending-removal-in-future.rst:104
239
247
msgid "``ssl.TLSVersion.TLSv1``"
240
248
msgstr ""
241
249
242
- #: ../../deprecations/pending-removal-in-future.rst:101
250
+ #: ../../deprecations/pending-removal-in-future.rst:105
243
251
msgid "``ssl.TLSVersion.TLSv1_1``"
244
252
msgstr ""
245
253
246
- #: ../../deprecations/pending-removal-in-future.rst:103
254
+ #: ../../deprecations/pending-removal-in-future.rst:107
247
255
msgid ""
248
256
":func:`sysconfig.is_python_build` *check_home* parameter is deprecated and "
249
257
"ignored."
250
258
msgstr ""
251
259
252
- #: ../../deprecations/pending-removal-in-future.rst:106
260
+ #: ../../deprecations/pending-removal-in-future.rst:110
253
261
msgid ":mod:`threading` methods:"
254
262
msgstr ""
255
263
256
- #: ../../deprecations/pending-removal-in-future.rst:108
264
+ #: ../../deprecations/pending-removal-in-future.rst:112
257
265
msgid ""
258
266
":meth:`!threading.Condition.notifyAll`: use :meth:`~threading.Condition."
259
267
"notify_all`."
260
268
msgstr ""
261
269
262
- #: ../../deprecations/pending-removal-in-future.rst:109
270
+ #: ../../deprecations/pending-removal-in-future.rst:113
263
271
msgid ":meth:`!threading.Event.isSet`: use :meth:`~threading.Event.is_set`."
264
272
msgstr ""
265
273
266
- #: ../../deprecations/pending-removal-in-future.rst:110
274
+ #: ../../deprecations/pending-removal-in-future.rst:114
267
275
msgid ""
268
276
":meth:`!threading.Thread.isDaemon`, :meth:`threading.Thread.setDaemon`: use :"
269
277
"attr:`threading.Thread.daemon` attribute."
270
278
msgstr ""
271
279
272
- #: ../../deprecations/pending-removal-in-future.rst:112
280
+ #: ../../deprecations/pending-removal-in-future.rst:116
273
281
msgid ""
274
282
":meth:`!threading.Thread.getName`, :meth:`threading.Thread.setName`: use :"
275
283
"attr:`threading.Thread.name` attribute."
276
284
msgstr ""
277
285
278
- #: ../../deprecations/pending-removal-in-future.rst:114
286
+ #: ../../deprecations/pending-removal-in-future.rst:118
279
287
msgid ":meth:`!threading.currentThread`: use :meth:`threading.current_thread`."
280
288
msgstr ""
281
289
282
- #: ../../deprecations/pending-removal-in-future.rst:115
290
+ #: ../../deprecations/pending-removal-in-future.rst:119
283
291
msgid ":meth:`!threading.activeCount`: use :meth:`threading.active_count`."
284
292
msgstr ""
285
293
286
- #: ../../deprecations/pending-removal-in-future.rst:117
294
+ #: ../../deprecations/pending-removal-in-future.rst:121
287
295
msgid ":class:`typing.Text` (:gh:`92332`)."
288
296
msgstr ""
289
297
290
- #: ../../deprecations/pending-removal-in-future.rst:119
298
+ #: ../../deprecations/pending-removal-in-future.rst:123
291
299
msgid ""
292
300
":class:`unittest.IsolatedAsyncioTestCase`: it is deprecated to return a "
293
301
"value that is not ``None`` from a test case."
294
302
msgstr ""
295
303
296
- #: ../../deprecations/pending-removal-in-future.rst:122
304
+ #: ../../deprecations/pending-removal-in-future.rst:126
297
305
msgid ""
298
306
":mod:`urllib.parse` deprecated functions: :func:`~urllib.parse.urlparse` "
299
307
"instead"
300
308
msgstr ""
301
309
302
- #: ../../deprecations/pending-removal-in-future.rst:124
310
+ #: ../../deprecations/pending-removal-in-future.rst:128
303
311
msgid "``splitattr()``"
304
312
msgstr ""
305
313
306
- #: ../../deprecations/pending-removal-in-future.rst:125
314
+ #: ../../deprecations/pending-removal-in-future.rst:129
307
315
msgid "``splithost()``"
308
316
msgstr ""
309
317
310
- #: ../../deprecations/pending-removal-in-future.rst:126
318
+ #: ../../deprecations/pending-removal-in-future.rst:130
311
319
msgid "``splitnport()``"
312
320
msgstr ""
313
321
314
- #: ../../deprecations/pending-removal-in-future.rst:127
322
+ #: ../../deprecations/pending-removal-in-future.rst:131
315
323
msgid "``splitpasswd()``"
316
324
msgstr ""
317
325
318
- #: ../../deprecations/pending-removal-in-future.rst:128
326
+ #: ../../deprecations/pending-removal-in-future.rst:132
319
327
msgid "``splitport()``"
320
328
msgstr ""
321
329
322
- #: ../../deprecations/pending-removal-in-future.rst:129
330
+ #: ../../deprecations/pending-removal-in-future.rst:133
323
331
msgid "``splitquery()``"
324
332
msgstr ""
325
333
326
- #: ../../deprecations/pending-removal-in-future.rst:130
334
+ #: ../../deprecations/pending-removal-in-future.rst:134
327
335
msgid "``splittag()``"
328
336
msgstr ""
329
337
330
- #: ../../deprecations/pending-removal-in-future.rst:131
338
+ #: ../../deprecations/pending-removal-in-future.rst:135
331
339
msgid "``splittype()``"
332
340
msgstr ""
333
341
334
- #: ../../deprecations/pending-removal-in-future.rst:132
342
+ #: ../../deprecations/pending-removal-in-future.rst:136
335
343
msgid "``splituser()``"
336
344
msgstr ""
337
345
338
- #: ../../deprecations/pending-removal-in-future.rst:133
346
+ #: ../../deprecations/pending-removal-in-future.rst:137
339
347
msgid "``splitvalue()``"
340
348
msgstr ""
341
349
342
- #: ../../deprecations/pending-removal-in-future.rst:134
350
+ #: ../../deprecations/pending-removal-in-future.rst:138
343
351
msgid "``to_bytes()``"
344
352
msgstr ""
345
353
346
- #: ../../deprecations/pending-removal-in-future.rst:136
354
+ #: ../../deprecations/pending-removal-in-future.rst:140
347
355
msgid ""
348
356
":mod:`urllib.request`: :class:`~urllib.request.URLopener` and :class:"
349
357
"`~urllib.request.FancyURLopener` style of invoking requests is deprecated. "
350
358
"Use newer :func:`~urllib.request.urlopen` functions and methods."
351
359
msgstr ""
352
360
353
- #: ../../deprecations/pending-removal-in-future.rst:140
361
+ #: ../../deprecations/pending-removal-in-future.rst:144
354
362
msgid ""
355
363
":mod:`wsgiref`: ``SimpleHandler.stdout.write()`` should not do partial "
356
364
"writes."
357
365
msgstr ""
358
366
359
- #: ../../deprecations/pending-removal-in-future.rst:143
367
+ #: ../../deprecations/pending-removal-in-future.rst:147
360
368
msgid ""
361
369
":mod:`xml.etree.ElementTree`: Testing the truth value of an :class:`~xml."
362
370
"etree.ElementTree.Element` is deprecated. In a future release it will always "
363
371
"return ``True``. Prefer explicit ``len(elem)`` or ``elem is not None`` tests "
364
372
"instead."
365
373
msgstr ""
366
374
367
- #: ../../deprecations/pending-removal-in-future.rst:148
375
+ #: ../../deprecations/pending-removal-in-future.rst:152
368
376
msgid ""
369
377
":meth:`zipimport.zipimporter.load_module` is deprecated: use :meth:"
370
378
"`~zipimport.zipimporter.exec_module` instead."
0 commit comments