File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed 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 ""
1810
1810
"usernames and passwords using UTF-8, as recommended by the RFCs. "
1811
1811
"(Contributed by Milan Oberkirch in :issue:`21800`.)"
1812
1812
msgstr ""
1813
+ "现在 :mod:`imaplib` 模块会自动使用 UTF-8 自动编码非 ASCII 字符串的用户名和密码,如 RFC 所建议的那样。 (由 "
1814
+ "Milan Oberkirch 在 :issue:`21800` 中贡献。)"
1813
1815
1814
1816
#: ../../whatsnew/3.5.rst:1253
1815
1817
msgid "imghdr"
@@ -1834,6 +1836,8 @@ msgid ""
1834
1836
"lazy loading of modules in applications where startup time is important. "
1835
1837
"(Contributed by Brett Cannon in :issue:`17621`.)"
1836
1838
msgstr ""
1839
+ ":class:`util.LazyLoader <importlib.util.LazyLoader>` "
1840
+ "类允许在对启动时间敏感的应用程序中使用模块的惰性加载。 (由 Brett Cannon 在 :issue:`17621` 中贡献。)"
1837
1841
1838
1842
#: ../../whatsnew/3.5.rst:1269
1839
1843
msgid ""
@@ -1843,6 +1847,10 @@ msgid ""
1843
1847
" a string by running ``exec(code, module.__dict__)``. (Contributed by Brett "
1844
1848
"Cannon in :issue:`21156`.)"
1845
1849
msgstr ""
1850
+ "现在 :func:`abc.InspectLoader.source_to_code() "
1851
+ "<importlib.abc.InspectLoader.source_to_code>` 方法属于静态方法。 这样将可更方便地通过运行 "
1852
+ "``exec(code, module.__dict__)`` 基于字符串编译的代码来初始化模块。 (由 Brett Cannon 在 "
1853
+ ":issue:`21156` 中贡献。)"
1846
1854
1847
1855
#: ../../whatsnew/3.5.rst:1275
1848
1856
msgid ""
You can’t perform that action at this time.
0 commit comments