@@ -1799,13 +1799,20 @@ msgid ""
17991799"support is enabled. (Contributed by Milan Oberkirch, R. David Murray, and "
18001800"Maciej Szulik in :issue:`21800`.)"
18011801msgstr ""
1802+ "现在 :mod:`imaplib` 模块已通过 :meth:`IMAP4.enable() <imaplib.IMAP4.enable>` 方法支持 "
1803+ ":rfc:`5161` (ENABLE 扩展) 和 :rfc:`6855` (UTF-8 支持)。 新增的 "
1804+ ":attr:`IMAP4.utf8_enabled <imaplib.IMAP4.utf8_enabled>` 属性可跟踪 :rfc:`6855` "
1805+ "支持是否被启用。 (由 Milan Oberkirch, R. David Murray 和 Maciej Szulik 在 "
1806+ ":issue:`21800` 中贡献。)"
18021807
18031808#: ../../whatsnew/3.5.rst:1247
18041809msgid ""
18051810"The :mod:`imaplib` module now automatically encodes non-ASCII string "
18061811"usernames and passwords using UTF-8, as recommended by the RFCs. "
18071812"(Contributed by Milan Oberkirch in :issue:`21800`.)"
18081813msgstr ""
1814+ "现在 :mod:`imaplib` 模块会自动使用 UTF-8 自动编码非 ASCII 字符串的用户名和密码,如 RFC 所建议的那样。 (由 "
1815+ "Milan Oberkirch 在 :issue:`21800` 中贡献。)"
18091816
18101817#: ../../whatsnew/3.5.rst:1253
18111818msgid "imghdr"
@@ -1830,6 +1837,8 @@ msgid ""
18301837"lazy loading of modules in applications where startup time is important. "
18311838"(Contributed by Brett Cannon in :issue:`17621`.)"
18321839msgstr ""
1840+ ":class:`util.LazyLoader <importlib.util.LazyLoader>` "
1841+ "类允许在对启动时间敏感的应用程序中使用模块的惰性加载。 (由 Brett Cannon 在 :issue:`17621` 中贡献。)"
18331842
18341843#: ../../whatsnew/3.5.rst:1269
18351844msgid ""
@@ -1839,6 +1848,10 @@ msgid ""
18391848" a string by running ``exec(code, module.__dict__)``. (Contributed by Brett "
18401849"Cannon in :issue:`21156`.)"
18411850msgstr ""
1851+ "现在 :func:`abc.InspectLoader.source_to_code() "
1852+ "<importlib.abc.InspectLoader.source_to_code>` 方法属于静态方法。 这样将可更方便地通过运行 "
1853+ "``exec(code, module.__dict__)`` 基于字符串编译的代码来初始化模块。 (由 Brett Cannon 在 "
1854+ ":issue:`21156` 中贡献。)"
18421855
18431856#: ../../whatsnew/3.5.rst:1275
18441857msgid ""
0 commit comments