@@ -17,7 +17,7 @@ msgid ""
17
17
msgstr ""
18
18
"Project-Id-Version : Python 3.8\n "
19
19
"Report-Msgid-Bugs-To : \n "
20
- "POT-Creation-Date : 2024-07-05 17:08 +0000\n "
20
+ "POT-Creation-Date : 2024-08-16 17:24 +0000\n "
21
21
"PO-Revision-Date : 2020-05-30 12:18+0000\n "
22
22
"Last-Translator : Freesand Leo <yuqinju@163.com>, 2024\n "
23
23
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -3425,13 +3425,16 @@ msgid ""
3425
3425
":func:`html.escape` is now 10x faster. (Contributed by Matt Bryant in "
3426
3426
":issue:`18020`.)"
3427
3427
msgstr ""
3428
+ "现在 :func:`html.escape` 获得了 10x 速度提升。 (由 Matt Bryant 在 :issue:`18020` 中贡献。)"
3428
3429
3429
3430
#: ../../whatsnew/3.4.rst:2055
3430
3431
msgid ""
3431
3432
"On Windows, the native ``VirtualAlloc`` is now used instead of the CRT "
3432
3433
"``malloc`` in ``obmalloc``. Artificial benchmarks show about a 3% memory "
3433
3434
"savings."
3434
3435
msgstr ""
3436
+ "在 Windows 上,现在将使用原生的 ``VirtualAlloc`` 而不是 ``obmalloc`` 中的 CRT ``malloc``。 "
3437
+ "人工基准测试显示可节省约 3% 的内存。"
3435
3438
3436
3439
#: ../../whatsnew/3.4.rst:2059
3437
3440
msgid ""
@@ -3525,7 +3528,7 @@ msgstr ""
3525
3528
#: ../../whatsnew/3.4.rst:2122
3526
3529
msgid ""
3527
3530
"The *strict* argument of :class:`~html.parser.HTMLParser` is deprecated."
3528
- msgstr ""
3531
+ msgstr ":class:`~html.parser.HTMLParser` 的 *strict* 参数已被弃用。 "
3529
3532
3530
3533
#: ../../whatsnew/3.4.rst:2124
3531
3534
msgid ""
@@ -3537,6 +3540,11 @@ msgid ""
3537
3540
":func:`~plistlib.Data` is deprecated in favor of just using the "
3538
3541
":class:`bytes` constructor."
3539
3542
msgstr ""
3543
+ ":mod:`plistlib` :func:`~plistlib.readPlist`, :func:`~plistlib.writePlist`, "
3544
+ ":func:`~plistlib.readPlistFromBytes` 和 :func:`~plistlib.writePlistToBytes` "
3545
+ "等函数已被弃用而应改用相应的新函数 :func:`~plistlib.load`, :func:`~plistlib.dump`, "
3546
+ ":func:`~plistlib.loads` 和 :func:`~plistlib.dumps`。 :func:`~plistlib.Data` "
3547
+ "已被弃用而应直接使用 :class:`bytes` 构造器。"
3540
3548
3541
3549
#: ../../whatsnew/3.4.rst:2131
3542
3550
msgid ""
0 commit comments