@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.12\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2024-07-20 01:23 +0000\n "
14+ "POT-Creation-Date : 2024-08-23 14:51 +0000\n "
1515"PO-Revision-Date : 2024-05-11 00:34+0000\n "
1616"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n "
1717"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -3477,20 +3477,25 @@ msgid ""
34773477":func:`html.escape` is now 10x faster. (Contributed by Matt Bryant in "
34783478":issue:`18020`.)"
34793479msgstr ""
3480+ "现在 :func:`html.escape` 获得了 10x 速度提升。 (由 Matt Bryant 在 :issue:`18020` 中贡献。)"
34803481
34813482#: ../../whatsnew/3.4.rst:2055
34823483msgid ""
34833484"On Windows, the native ``VirtualAlloc`` is now used instead of the CRT "
34843485"``malloc`` in ``obmalloc``. Artificial benchmarks show about a 3% memory "
34853486"savings."
34863487msgstr ""
3488+ "在 Windows 上,现在将使用原生的 ``VirtualAlloc`` 而不是 ``obmalloc`` 中的 CRT ``malloc``。 "
3489+ "人工基准测试显示可节省约 3% 的内存。"
34873490
34883491#: ../../whatsnew/3.4.rst:2059
34893492msgid ""
34903493":func:`os.urandom` now uses a lazily opened persistent file descriptor so as"
34913494" to avoid using many file descriptors when run in parallel from multiple "
34923495"threads. (Contributed by Antoine Pitrou in :issue:`18756`.)"
34933496msgstr ""
3497+ "现在 :func:`os.urandom` 会使用延迟打开的持久性文件描述符以避免在从多个线程并行时使用过多的文件描述符。 (由 Antoine "
3498+ "Pitrou 在 :issue:`18756` 中贡献。)"
34943499
34953500#: ../../whatsnew/3.4.rst:2067
34963501msgid "Deprecated"
@@ -3578,7 +3583,7 @@ msgstr ""
35783583#: ../../whatsnew/3.4.rst:2122
35793584msgid ""
35803585"The *strict* argument of :class:`~html.parser.HTMLParser` is deprecated."
3581- msgstr ""
3586+ msgstr ":class:`~html.parser.HTMLParser` 的 *strict* 参数已被弃用。 "
35823587
35833588#: ../../whatsnew/3.4.rst:2124
35843589msgid ""
@@ -3590,6 +3595,11 @@ msgid ""
35903595":func:`~plistlib.Data` is deprecated in favor of just using the "
35913596":class:`bytes` constructor."
35923597msgstr ""
3598+ ":mod:`plistlib` :func:`~plistlib.readPlist`, :func:`~plistlib.writePlist`, "
3599+ ":func:`~plistlib.readPlistFromBytes` 和 :func:`~plistlib.writePlistToBytes` "
3600+ "等函数已被弃用而应改用相应的新函数 :func:`~plistlib.load`, :func:`~plistlib.dump`, "
3601+ ":func:`~plistlib.loads` 和 :func:`~plistlib.dumps`。 :func:`~plistlib.Data` "
3602+ "已被弃用而应直接使用 :class:`bytes` 构造器。"
35933603
35943604#: ../../whatsnew/3.4.rst:2131
35953605msgid ""
0 commit comments