@@ -12,7 +12,7 @@ msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version : Python 3.12\n "
14
14
"Report-Msgid-Bugs-To : \n "
15
- "POT-Creation-Date : 2025-02-14 14:53 +0000\n "
15
+ "POT-Creation-Date : 2025-02-28 14:56 +0000\n "
16
16
"PO-Revision-Date : 2024-07-26 14:50+0000\n "
17
17
"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n "
18
18
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -280,115 +280,109 @@ msgid "``ssl.TLSVersion.TLSv1_1``"
280
280
msgstr "``ssl.TLSVersion.TLSv1_1``"
281
281
282
282
#: ../../deprecations/pending-removal-in-future.rst:105
283
- msgid ""
284
- ":func:`sysconfig.is_python_build` *check_home* parameter is deprecated and "
285
- "ignored."
286
- msgstr ":func:`sysconfig.is_python_build` *check_home* 形参已被弃用并会被忽略。"
287
-
288
- #: ../../deprecations/pending-removal-in-future.rst:108
289
283
msgid ":mod:`threading` methods:"
290
284
msgstr ":mod:`threading` 的方法:"
291
285
292
- #: ../../deprecations/pending-removal-in-future.rst:110
286
+ #: ../../deprecations/pending-removal-in-future.rst:107
293
287
msgid ""
294
288
":meth:`!threading.Condition.notifyAll`: use "
295
289
":meth:`~threading.Condition.notify_all`."
296
290
msgstr ""
297
291
":meth:`!threading.Condition.notifyAll`: 使用 "
298
292
":meth:`~threading.Condition.notify_all`。"
299
293
300
- #: ../../deprecations/pending-removal-in-future.rst:111
294
+ #: ../../deprecations/pending-removal-in-future.rst:108
301
295
msgid ":meth:`!threading.Event.isSet`: use :meth:`~threading.Event.is_set`."
302
296
msgstr ":meth:`!threading.Event.isSet`: 使用 :meth:`~threading.Event.is_set`。"
303
297
304
- #: ../../deprecations/pending-removal-in-future.rst:112
298
+ #: ../../deprecations/pending-removal-in-future.rst:109
305
299
msgid ""
306
300
":meth:`!threading.Thread.isDaemon`, :meth:`threading.Thread.setDaemon`: use "
307
301
":attr:`threading.Thread.daemon` attribute."
308
302
msgstr ""
309
303
":meth:`!threading.Thread.isDaemon`, :meth:`threading.Thread.setDaemon`: 使用 "
310
304
":attr:`threading.Thread.daemon` 属性。"
311
305
312
- #: ../../deprecations/pending-removal-in-future.rst:114
306
+ #: ../../deprecations/pending-removal-in-future.rst:111
313
307
msgid ""
314
308
":meth:`!threading.Thread.getName`, :meth:`threading.Thread.setName`: use "
315
309
":attr:`threading.Thread.name` attribute."
316
310
msgstr ""
317
311
":meth:`!threading.Thread.getName`, :meth:`threading.Thread.setName`: 使用 "
318
312
":attr:`threading.Thread.name` 属性。"
319
313
320
- #: ../../deprecations/pending-removal-in-future.rst:116
314
+ #: ../../deprecations/pending-removal-in-future.rst:113
321
315
msgid ""
322
316
":meth:`!threading.currentThread`: use :meth:`threading.current_thread`."
323
317
msgstr ""
324
318
":meth:`!threading.currentThread`: 使用 :meth:`threading.current_thread`。"
325
319
326
- #: ../../deprecations/pending-removal-in-future.rst:117
320
+ #: ../../deprecations/pending-removal-in-future.rst:114
327
321
msgid ":meth:`!threading.activeCount`: use :meth:`threading.active_count`."
328
322
msgstr ":meth:`!threading.activeCount`: 使用 :meth:`threading.active_count`。"
329
323
330
- #: ../../deprecations/pending-removal-in-future.rst:119
324
+ #: ../../deprecations/pending-removal-in-future.rst:116
331
325
msgid ":class:`typing.Text` (:gh:`92332`)."
332
326
msgstr ":class:`typing.Text` (:gh:`92332`)。"
333
327
334
- #: ../../deprecations/pending-removal-in-future.rst:121
328
+ #: ../../deprecations/pending-removal-in-future.rst:118
335
329
msgid ""
336
330
":class:`unittest.IsolatedAsyncioTestCase`: it is deprecated to return a "
337
331
"value that is not ``None`` from a test case."
338
332
msgstr ""
339
333
":class:`unittest.IsolatedAsyncioTestCase`: 从测试用例返回不为 ``None`` 的值的做法已被弃用。"
340
334
341
- #: ../../deprecations/pending-removal-in-future.rst:124
335
+ #: ../../deprecations/pending-removal-in-future.rst:121
342
336
msgid ""
343
337
":mod:`urllib.parse` deprecated functions: :func:`~urllib.parse.urlparse` "
344
338
"instead"
345
339
msgstr ":mod:`urllib.parse` 函数已被弃用:改用 :func:`~urllib.parse.urlparse`"
346
340
347
- #: ../../deprecations/pending-removal-in-future.rst:126
341
+ #: ../../deprecations/pending-removal-in-future.rst:123
348
342
msgid "``splitattr()``"
349
343
msgstr "``splitattr()``"
350
344
351
- #: ../../deprecations/pending-removal-in-future.rst:127
345
+ #: ../../deprecations/pending-removal-in-future.rst:124
352
346
msgid "``splithost()``"
353
347
msgstr "``splithost()``"
354
348
355
- #: ../../deprecations/pending-removal-in-future.rst:128
349
+ #: ../../deprecations/pending-removal-in-future.rst:125
356
350
msgid "``splitnport()``"
357
351
msgstr "``splitnport()``"
358
352
359
- #: ../../deprecations/pending-removal-in-future.rst:129
353
+ #: ../../deprecations/pending-removal-in-future.rst:126
360
354
msgid "``splitpasswd()``"
361
355
msgstr "``splitpasswd()``"
362
356
363
- #: ../../deprecations/pending-removal-in-future.rst:130
357
+ #: ../../deprecations/pending-removal-in-future.rst:127
364
358
msgid "``splitport()``"
365
359
msgstr "``splitport()``"
366
360
367
- #: ../../deprecations/pending-removal-in-future.rst:131
361
+ #: ../../deprecations/pending-removal-in-future.rst:128
368
362
msgid "``splitquery()``"
369
363
msgstr "``splitquery()``"
370
364
371
- #: ../../deprecations/pending-removal-in-future.rst:132
365
+ #: ../../deprecations/pending-removal-in-future.rst:129
372
366
msgid "``splittag()``"
373
367
msgstr "``splittag()``"
374
368
375
- #: ../../deprecations/pending-removal-in-future.rst:133
369
+ #: ../../deprecations/pending-removal-in-future.rst:130
376
370
msgid "``splittype()``"
377
371
msgstr "``splittype()``"
378
372
379
- #: ../../deprecations/pending-removal-in-future.rst:134
373
+ #: ../../deprecations/pending-removal-in-future.rst:131
380
374
msgid "``splituser()``"
381
375
msgstr "``splituser()``"
382
376
383
- #: ../../deprecations/pending-removal-in-future.rst:135
377
+ #: ../../deprecations/pending-removal-in-future.rst:132
384
378
msgid "``splitvalue()``"
385
379
msgstr "``splitvalue()``"
386
380
387
- #: ../../deprecations/pending-removal-in-future.rst:136
381
+ #: ../../deprecations/pending-removal-in-future.rst:133
388
382
msgid "``to_bytes()``"
389
383
msgstr "``to_bytes()``"
390
384
391
- #: ../../deprecations/pending-removal-in-future.rst:138
385
+ #: ../../deprecations/pending-removal-in-future.rst:135
392
386
msgid ""
393
387
":mod:`urllib.request`: :class:`~urllib.request.URLopener` and "
394
388
":class:`~urllib.request.FancyURLopener` style of invoking requests is "
@@ -398,13 +392,13 @@ msgstr ""
398
392
":class:`~urllib.request.FancyURLopener` 方式已被弃用。 改用更新 "
399
393
":func:`~urllib.request.urlopen` 函数和方法。"
400
394
401
- #: ../../deprecations/pending-removal-in-future.rst:142
395
+ #: ../../deprecations/pending-removal-in-future.rst:139
402
396
msgid ""
403
397
":mod:`wsgiref`: ``SimpleHandler.stdout.write()`` should not do partial "
404
398
"writes."
405
399
msgstr ":mod:`wsgiref`: ``SimpleHandler.stdout.write()`` 不应执行部分写入。"
406
400
407
- #: ../../deprecations/pending-removal-in-future.rst:145
401
+ #: ../../deprecations/pending-removal-in-future.rst:142
408
402
msgid ""
409
403
":mod:`xml.etree.ElementTree`: Testing the truth value of an "
410
404
":class:`~xml.etree.ElementTree.Element` is deprecated. In a future release "
@@ -415,7 +409,7 @@ msgstr ""
415
409
"的真值测试已被弃用。 在未来的发布版中它将始终返回 ``True``。 建议改用显式的 ``len(elem)`` 或 ``elem is not "
416
410
"None`` 测试。"
417
411
418
- #: ../../deprecations/pending-removal-in-future.rst:150
412
+ #: ../../deprecations/pending-removal-in-future.rst:147
419
413
msgid ""
420
414
":meth:`zipimport.zipimporter.load_module` is deprecated: use "
421
415
":meth:`~zipimport.zipimporter.exec_module` instead."
0 commit comments