File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- {"translation" : " 91.60%" , "updated_at" : " 2024-02-26T03:23:13Z " }
1+ {"translation" : " 91.60%" , "updated_at" : " 2024-02-26T08:24:44Z " }
Original file line number Diff line number Diff line change @@ -1810,6 +1810,8 @@ msgid ""
18101810"usernames and passwords using UTF-8, as recommended by the RFCs. "
18111811"(Contributed by Milan Oberkirch in :issue:`21800`.)"
18121812msgstr ""
1813+ "现在 :mod:`imaplib` 模块会自动使用 UTF-8 自动编码非 ASCII 字符串的用户名和密码,如 RFC 所建议的那样。 (由 "
1814+ "Milan Oberkirch 在 :issue:`21800` 中贡献。)"
18131815
18141816#: ../../whatsnew/3.5.rst:1253
18151817msgid "imghdr"
@@ -1834,6 +1836,8 @@ msgid ""
18341836"lazy loading of modules in applications where startup time is important. "
18351837"(Contributed by Brett Cannon in :issue:`17621`.)"
18361838msgstr ""
1839+ ":class:`util.LazyLoader <importlib.util.LazyLoader>` "
1840+ "类允许在对启动时间敏感的应用程序中使用模块的惰性加载。 (由 Brett Cannon 在 :issue:`17621` 中贡献。)"
18371841
18381842#: ../../whatsnew/3.5.rst:1269
18391843msgid ""
@@ -1843,6 +1847,10 @@ msgid ""
18431847" a string by running ``exec(code, module.__dict__)``. (Contributed by Brett "
18441848"Cannon in :issue:`21156`.)"
18451849msgstr ""
1850+ "现在 :func:`abc.InspectLoader.source_to_code() "
1851+ "<importlib.abc.InspectLoader.source_to_code>` 方法属于静态方法。 这样将可更方便地通过运行 "
1852+ "``exec(code, module.__dict__)`` 基于字符串编译的代码来初始化模块。 (由 Brett Cannon 在 "
1853+ ":issue:`21156` 中贡献。)"
18461854
18471855#: ../../whatsnew/3.5.rst:1275
18481856msgid ""
You can’t perform that action at this time.
0 commit comments