@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version :Python 3.11\n "
1414"Report-Msgid-Bugs-To :\n "
15- "POT-Creation-Date :2024-08-02 15:26 +0000\n "
15+ "POT-Creation-Date :2024-08-09 17:45 +0000\n "
1616"PO-Revision-Date :2023-05-24 02:23+0000\n "
1717"Last-Translator :Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n "
1818"Language-Team :Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -1446,6 +1446,8 @@ msgid ""
14461446"SORT, GETACL and SETACL. (Contributed by Anthony Baxter and Michel "
14471447"Pelletier.)"
14481448msgstr ""
1449+ ":mod:`imaplib` 模块由Piers Lauder维护,支持几个新扩展::rfc:`2342` "
1450+ "中定义的NAMESPACE扩展、SORT、GETACL和SETACL。(由Anthony Baxter和Michel Pelletier贡献。)"
14491451
14501452#: ../../whatsnew/2.2.rst:1015
14511453msgid ""
@@ -1455,6 +1457,9 @@ msgid ""
14551457"added for parsing and generating e-mail messages. (Contributed by Barry "
14561458"Warsaw, and arising out of his work on Mailman.)"
14571459msgstr ""
1460+ ":mod:`!rfc822` 模块对电子邮件地址的解析现在符合 :rfc:`2822`,这是对 :rfc:`822` 的更新。(模块名称*不会*更改为 "
1461+ "``rfc2822`` 。)新增了一个包 :mod:`email`,用于解析和生成电子邮件消息。(由Barry "
1462+ "Warsaw贡献,并源于他在Mailman上的工作。)"
14581463
14591464#: ../../whatsnew/2.2.rst:1021
14601465msgid ""
@@ -1466,6 +1471,10 @@ msgid ""
14661471"contributed by David Goodger, from ndiff.py code by Tim Peters who then did "
14671472"the generatorization.)"
14681473msgstr ""
1474+ ":mod:`difflib` 模块现在包含一个新的 :class:`!Differ` "
1475+ "类,用于生成两个文本行序列之间的可读性高的变更列表(“delta”)。还有两个生成器函数,:func:`!ndiff` 和 "
1476+ ":func:`!restore`,分别从两个序列返回一个delta,或从一个delta返回其中一个原始序列。(基础工作由David "
1477+ "Goodger贡献,基于Tim Peters的ndiff.py代码,后者进行了生成器化。)"
14691478
14701479#: ../../whatsnew/2.2.rst:1028
14711480msgid ""
@@ -1492,6 +1501,8 @@ msgid ""
14921501"that allows scheduling an activity to happen at some future time. "
14931502"(Contributed by Itamar Shtull-Trauring.)"
14941503msgstr ""
1504+ ":class:`~threading.Timer` 模块中新增了一个 :mod:`threading` "
1505+ "类,可以调度某个活动在未来某个时间发生。(由Itamar Shtull-Trauring贡献。)"
14951506
14961507#: ../../whatsnew/2.2.rst:1049
14971508msgid "Interpreter Changes and Fixes"