@@ -12,7 +12,7 @@ msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version : Python 3.11\n "
14
14
"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 "
16
16
"PO-Revision-Date : 2023-05-24 02:23+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 "
@@ -1446,6 +1446,8 @@ msgid ""
1446
1446
"SORT, GETACL and SETACL. (Contributed by Anthony Baxter and Michel "
1447
1447
"Pelletier.)"
1448
1448
msgstr ""
1449
+ ":mod:`imaplib` 模块由Piers Lauder维护,支持几个新扩展::rfc:`2342` "
1450
+ "中定义的NAMESPACE扩展、SORT、GETACL和SETACL。(由Anthony Baxter和Michel Pelletier贡献。)"
1449
1451
1450
1452
#: ../../whatsnew/2.2.rst:1015
1451
1453
msgid ""
@@ -1455,6 +1457,9 @@ msgid ""
1455
1457
"added for parsing and generating e-mail messages. (Contributed by Barry "
1456
1458
"Warsaw, and arising out of his work on Mailman.)"
1457
1459
msgstr ""
1460
+ ":mod:`!rfc822` 模块对电子邮件地址的解析现在符合 :rfc:`2822`,这是对 :rfc:`822` 的更新。(模块名称*不会*更改为 "
1461
+ "``rfc2822`` 。)新增了一个包 :mod:`email`,用于解析和生成电子邮件消息。(由Barry "
1462
+ "Warsaw贡献,并源于他在Mailman上的工作。)"
1458
1463
1459
1464
#: ../../whatsnew/2.2.rst:1021
1460
1465
msgid ""
@@ -1466,6 +1471,10 @@ msgid ""
1466
1471
"contributed by David Goodger, from ndiff.py code by Tim Peters who then did "
1467
1472
"the generatorization.)"
1468
1473
msgstr ""
1474
+ ":mod:`difflib` 模块现在包含一个新的 :class:`!Differ` "
1475
+ "类,用于生成两个文本行序列之间的可读性高的变更列表(“delta”)。还有两个生成器函数,:func:`!ndiff` 和 "
1476
+ ":func:`!restore`,分别从两个序列返回一个delta,或从一个delta返回其中一个原始序列。(基础工作由David "
1477
+ "Goodger贡献,基于Tim Peters的ndiff.py代码,后者进行了生成器化。)"
1469
1478
1470
1479
#: ../../whatsnew/2.2.rst:1028
1471
1480
msgid ""
@@ -1492,6 +1501,8 @@ msgid ""
1492
1501
"that allows scheduling an activity to happen at some future time. "
1493
1502
"(Contributed by Itamar Shtull-Trauring.)"
1494
1503
msgstr ""
1504
+ ":class:`~threading.Timer` 模块中新增了一个 :mod:`threading` "
1505
+ "类,可以调度某个活动在未来某个时间发生。(由Itamar Shtull-Trauring贡献。)"
1495
1506
1496
1507
#: ../../whatsnew/2.2.rst:1049
1497
1508
msgid "Interpreter Changes and Fixes"
0 commit comments