5
5
#
6
6
# Translators:
7
7
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
8
- # Unknownuserfrommars, 2024
9
8
# Freesand Leo <yuqinju@163.com>, 2024
9
+ # Unknownuserfrommars, 2024
10
10
#
11
11
#, fuzzy
12
12
msgid ""
13
13
msgstr ""
14
14
"Project-Id-Version : Python 3.12\n "
15
15
"Report-Msgid-Bugs-To : \n "
16
- "POT-Creation-Date : 2024-07-29 04:36 +0000\n "
16
+ "POT-Creation-Date : 2024-08-03 23:51 +0000\n "
17
17
"PO-Revision-Date : 2024-05-11 00:34+0000\n "
18
- "Last-Translator : Freesand Leo <yuqinju@163.com> , 2024\n "
18
+ "Last-Translator : Unknownuserfrommars , 2024\n "
19
19
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
20
20
"MIME-Version : 1.0\n "
21
21
"Content-Type : text/plain; charset=UTF-8\n "
@@ -1447,6 +1447,8 @@ msgid ""
1447
1447
"SORT, GETACL and SETACL. (Contributed by Anthony Baxter and Michel "
1448
1448
"Pelletier.)"
1449
1449
msgstr ""
1450
+ ":mod:`imaplib` 模块由Piers Lauder维护,支持几个新扩展::rfc:`2342` "
1451
+ "中定义的NAMESPACE扩展、SORT、GETACL和SETACL。(由Anthony Baxter和Michel Pelletier贡献。)"
1450
1452
1451
1453
#: ../../whatsnew/2.2.rst:1015
1452
1454
msgid ""
@@ -1456,6 +1458,9 @@ msgid ""
1456
1458
"added for parsing and generating e-mail messages. (Contributed by Barry "
1457
1459
"Warsaw, and arising out of his work on Mailman.)"
1458
1460
msgstr ""
1461
+ ":mod:`!rfc822` 模块对电子邮件地址的解析现在符合 :rfc:`2822`,这是对 :rfc:`822` 的更新。(模块名称*不会*更改为 "
1462
+ "``rfc2822`` 。)新增了一个包 :mod:`email`,用于解析和生成电子邮件消息。(由Barry "
1463
+ "Warsaw贡献,并源于他在Mailman上的工作。)"
1459
1464
1460
1465
#: ../../whatsnew/2.2.rst:1021
1461
1466
msgid ""
@@ -1467,6 +1472,10 @@ msgid ""
1467
1472
"contributed by David Goodger, from ndiff.py code by Tim Peters who then did "
1468
1473
"the generatorization.)"
1469
1474
msgstr ""
1475
+ ":mod:`difflib` 模块现在包含一个新的 :class:`!Differ` "
1476
+ "类,用于生成两个文本行序列之间的可读性高的变更列表(“delta”)。还有两个生成器函数,:func:`!ndiff` 和 "
1477
+ ":func:`!restore`,分别从两个序列返回一个delta,或从一个delta返回其中一个原始序列。(基础工作由David "
1478
+ "Goodger贡献,基于Tim Peters的ndiff.py代码,后者进行了生成器化。)"
1470
1479
1471
1480
#: ../../whatsnew/2.2.rst:1028
1472
1481
msgid ""
0 commit comments