@@ -983,23 +983,26 @@ msgid ""
983983"were introduced in Python 2.6 in :issue:`1739468`, but which were not well "
984984"publicized, either at the time or since."
985985msgstr ""
986+ "新增的 :mod:`zipapp` 模块(在 :pep:`441` 中描述)提供了用于创建可执行 Python Zip 应用程序的 API "
987+ "和命令行工具,它是根据 :issue:`1739468` 在 Python 2.6 中引入的,但在当时和之后都没有足够的推广。"
986988
987989#: ../../whatsnew/3.5.rst:743
988990msgid ""
989991"With the new module, bundling your application is as simple as putting all "
990992"the files, including a ``__main__.py`` file, into a directory ``myapp`` and "
991993"running:"
992994msgstr ""
995+ "使用这个新模块,想要打包你的应用程序只需简单地将所有文件,包括一个 ``__main__.py`` 文件放到一个目录 ``myapp`` 中并运行:"
993996
994997#: ../../whatsnew/3.5.rst:752
995998msgid ""
996999"The module implementation has been contributed by Paul Moore in "
9971000":issue:`23491`."
998- msgstr ""
1001+ msgstr "该模块的实现由 Paul Moore 在 :issue:`23491` 中贡献。 "
9991002
10001003#: ../../whatsnew/3.5.rst:757
10011004msgid ":pep:`441` -- Improving Python ZIP Application Support"
1002- msgstr ""
1005+ msgstr ":pep:`441` -- 改进 Python ZIP 应用程序支持 "
10031006
10041007#: ../../whatsnew/3.5.rst:761
10051008msgid "Improved Modules"
@@ -1016,6 +1019,9 @@ msgid ""
10161019":ref:`allow_abbrev` to ``False``. (Contributed by Jonathan Paugh, Steven "
10171020"Bethard, paul j3 and Daniel Eriksson in :issue:`14910`.)"
10181021msgstr ""
1022+ "现在 :class:`~argparse.ArgumentParser` 类允许通过将 :ref:`allow_abbrev` 设为 ``False``"
1023+ " 来禁用长选项的 :ref:`缩写用法 <prefix-matching>`。 (由 Jonathan Paugh, Steven Bethard, "
1024+ "paul j3 和 Daniel Eriksson 在 :issue:`14910` 中贡献。)"
10191025
10201026#: ../../whatsnew/3.5.rst:773
10211027msgid "asyncio"
@@ -1027,17 +1033,21 @@ msgid ""
10271033"all changes introduced in Python 3.5 have also been backported to Python "
10281034"3.4.x."
10291035msgstr ""
1036+ "由于 :mod:`asyncio` 模块处于 :term:`暂定状态 <provisional API>`,在 Python 3.5 "
1037+ "中引入的所有改变都已被向下移植到 Python 3.4.x。"
10301038
10311039#: ../../whatsnew/3.5.rst:778
10321040msgid "Notable changes in the :mod:`asyncio` module since Python 3.4.0:"
1033- msgstr ""
1041+ msgstr "自 Python 3.4.0 开始 :mod:`asyncio` 模块中的重要变化: "
10341042
10351043#: ../../whatsnew/3.5.rst:780
10361044msgid ""
10371045"New debugging APIs: :meth:`loop.set_debug() <asyncio.loop.set_debug>` and "
10381046":meth:`loop.get_debug() <asyncio.loop.get_debug>` methods. (Contributed by "
10391047"Victor Stinner.)"
10401048msgstr ""
1049+ "新增的调试 API: :meth:`loop.set_debug() <asyncio.loop.set_debug>` 和 "
1050+ ":meth:`loop.get_debug() <asyncio.loop.get_debug>` 方法。 (由 Victor Stinner 贡献。)"
10411051
10421052#: ../../whatsnew/3.5.rst:784
10431053msgid ""
0 commit comments