@@ -1770,6 +1770,9 @@ msgid ""
1770
1770
"as well as changes made in future 3.5.x releases. This file is also "
1771
1771
"available from the IDLE :menuselection:`Help --> About IDLE` dialog."
1772
1772
msgstr ""
1773
+ "由于 idlelib 实现了 IDLE 命令行界面和编辑器且不应被其他程序导入,它将随每个发布版获得不断改进。 请参阅 "
1774
+ ":file:`Lib/idlelib/NEWS.txt` 查看 3.4.0 以来的累积改变列表,以及未来 3.5.x 发布版将进行的改变。 "
1775
+ "此文件也可通过 IDLE :menuselection:`Help --> About IDLE` 对话框查看。"
1773
1776
1774
1777
#: ../../whatsnew/3.5.rst:1233
1775
1778
msgid "imaplib"
@@ -1782,6 +1785,9 @@ msgid ""
1782
1785
"command will be called automatically at the end of the block. (Contributed "
1783
1786
"by Tarek Ziadé and Serhiy Storchaka in :issue:`4972`.)"
1784
1787
msgstr ""
1788
+ "现在 :class:`~imaplib.IMAP4` 类已支持 :term:`context manager` 协议。 当用于 "
1789
+ ":keyword:`with` 语句时,IMAP4 ``LOGOUT`` 命令将在代码块的末尾被自动调用。 (由 Tarek Ziadé 和 "
1790
+ "Serhiy Storchaka 在 :issue:`4972` 中贡献。)"
1785
1791
1786
1792
#: ../../whatsnew/3.5.rst:1240
1787
1793
msgid ""
@@ -1792,6 +1798,11 @@ msgid ""
1792
1798
"support is enabled. (Contributed by Milan Oberkirch, R. David Murray, and "
1793
1799
"Maciej Szulik in :issue:`21800`.)"
1794
1800
msgstr ""
1801
+ "现在 :mod:`imaplib` 模块已通过 :meth:`IMAP4.enable() <imaplib.IMAP4.enable>` 方法支持 "
1802
+ ":rfc:`5161` (ENABLE 扩展) 和 :rfc:`6855` (UTF-8 支持)。 新增的 "
1803
+ ":attr:`IMAP4.utf8_enabled <imaplib.IMAP4.utf8_enabled>` 属性可跟踪 :rfc:`6855` "
1804
+ "支持是否被启用。 (由 Milan Oberkirch, R. David Murray 和 Maciej Szulik 在 "
1805
+ ":issue:`21800` 中贡献。)"
1795
1806
1796
1807
#: ../../whatsnew/3.5.rst:1247
1797
1808
msgid ""
0 commit comments