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" : " 95.02 %" , "updated_at" : " 2024-03-21T01:19:16Z " }
1+ {"translation" : " 95.03 %" , "updated_at" : " 2024-03-22T02:04:42Z " }
Original file line number Diff line number Diff line change @@ -598,6 +598,8 @@ msgid ""
598598"related APIs. The change is also a stepping stone for `several future "
599599"import-related improvements`__."
600600msgstr ""
601+ ":pep:`451` 提供了对模块相关信息的封装,导入机制将使用这些信息来加载它(即模块规范说明)。 这有助于简化导入的实现和几个导入相关的 API。 "
602+ "这一改动也是 `某些未来导入相关改进`__ 的基石。"
601603
602604#: ../../whatsnew/3.4.rst:391
603605msgid ""
@@ -609,6 +611,9 @@ msgid ""
609611":ref:`deprecated-3.4` section for a list of methods that should be replaced "
610612"and their replacements."
611613msgstr ""
614+ "PEP 中面向公众的修改是完全向下兼容的。 并且,它们应当对除导入器开发者之外的其他所有人都可见。 主要查找器和加载器方法已被弃用,但它们将继续工作。 "
615+ "新的导入器应当使用 PEP 中描述的新方法。 现有的导入器应当被更新以实现这些新方法。 请参阅 :ref:`deprecated-3.4` "
616+ "一节获取应当被替代的方法及其替代物的列表。"
612617
613618#: ../../whatsnew/3.4.rst:401
614619msgid "Other Language Changes"
@@ -629,10 +634,13 @@ msgid ""
629634"evaluating has no elements. (Contributed by Julian Berman in "
630635":issue:`18111`.)"
631636msgstr ""
637+ "现在 :func:`min` 和 :func:`max` 均接受一个 *default* "
638+ "仅限关键字参数可被用来指定当它们要求值的可迭代对象中没有任何元素时要返回的值。 (由 Julian Berman 在 :issue:`18111` "
639+ "中贡献。)"
632640
633641#: ../../whatsnew/3.4.rst:412
634642msgid "Module objects are now :ref:`weakly referenceable <mod-weakref>`."
635- msgstr ""
643+ msgstr "模块对象现在是 :ref:`可弱引用的 <mod-weakref>`。 "
636644
637645#: ../../whatsnew/3.4.rst:414
638646msgid ""
You can’t perform that action at this time.
0 commit comments