@@ -1637,6 +1637,8 @@ msgid ""
16371637"available with OpenSSL 1.1.0 and newer. (Contributed by Christian Heimes in "
16381638":issue:`27928`.)"
16391639msgstr ""
1640+ "基于密码的密钥推导函数 :func:`~hashlib.scrypt` 现可用于 OpenSSL 1.1.0 及更新版本。 (由 Christian "
1641+ "Heimes 在 :issue:`27928` 中贡献。)"
16401642
16411643#: ../../whatsnew/3.6.rst:1114
16421644msgid "http.client"
@@ -1649,6 +1651,9 @@ msgid ""
16491651"encoding request bodies. (Contributed by Demian Brecht and Rolf Krahl in "
16501652":issue:`12319`.)"
16511653msgstr ""
1654+ ":meth:`HTTPConnection.request() <http.client.HTTPConnection.request>` 和 "
1655+ ":meth:`~http.client.HTTPConnection.endheaders` 现在都支持分块编码格式请求体。 (由 Demian "
1656+ "Brecht 和 Rolf Krahl 在 :issue:`12319` 中贡献。)"
16521657
16531658#: ../../whatsnew/3.6.rst:1123
16541659msgid "idlelib and IDLE"
@@ -1663,6 +1668,9 @@ msgid ""
16631668"tcl/tk 8.4. It now requires tcl/tk 8.5 or 8.6. We recommend running the "
16641669"latest release of either."
16651670msgstr ""
1671+ "对 idlelib 包执行现代化和重构以使 IDLE 的外观和功能更好并使代码更易于理解、测试和改进。 让 IDLE 外观更好的部分工作,尤其是在 "
1672+ "Linux 和 Mac 上,在于使用了 ttk 部件,主要是在对话框中。 因此,IDLE 不再使用 tcl/tk 8.4。 现在它需要 tcl/tk "
1673+ "8.5 或 8.6。 我们建议运行这两个软件的最新发布版。"
16661674
16671675#: ../../whatsnew/3.6.rst:1132
16681676msgid ""
@@ -1675,13 +1683,19 @@ msgid ""
16751683"Swiegart and Terry Reedy in :issue:`24225`. Most idlelib patches since have"
16761684" been and will be part of the process.)"
16771685msgstr ""
1686+ "‘现代化’包括 idlelib 模块的重命名与合并。 对具有部分大写名称的文件的重命名类似于 3.0 中将 Tkinter 和 TkFont 重命名为 "
1687+ "tkinter 和 tkinter.font。 因此,在 3.5 中可用的 idlelib 文件导入在 3.6 中通常将不再可用。 "
1688+ "至少需要修改模块名称(参见 idlelib/README.txt),有时还需要更多修改。 (名称更改由 Al Swiegart 和 Terry "
1689+ "Reedy 在 :issue:`24225` 中贡献。 大多数 idlelib 补丁都是已经是或即将纳入该处理过程。)"
16781690
16791691#: ../../whatsnew/3.6.rst:1141
16801692msgid ""
16811693"In compensation, the eventual result with be that some idlelib classes will "
16821694"be easier to use, with better APIs and docstrings explaining them. "
16831695"Additional useful information will be added to idlelib when available."
16841696msgstr ""
1697+ "作为补偿,最终的结果是一些 idlelib 类将更会易于使用,并有更好的 API 和文档字符串加以说明。 附加的有用信息准备好后将被添加到 "
1698+ "idlelib 中。"
16851699
16861700#: ../../whatsnew/3.6.rst:1145
16871701msgid "New in 3.6.2:"
@@ -1796,6 +1810,9 @@ msgid ""
17961810"for ``ImportError`` (in try-except) will still work. (Contributed by Eric "
17971811"Snow in :issue:`15767`.)"
17981812msgstr ""
1813+ "现在导入操作在无法找到模块时将引发新的异常 :exc:`ModuleNotFoundError` (:exc:`ImportError` 的子类)。 "
1814+ "目前 (在 try-except 中) 检测 ``ImportError`` 的代码仍将有效。 (由 Eric Snow 在 "
1815+ ":issue:`15767` 中贡献。)"
17991816
18001817#: ../../whatsnew/3.6.rst:1206
18011818msgid ""
0 commit comments