@@ -983,23 +983,26 @@ msgid ""
983
983
"were introduced in Python 2.6 in :issue:`1739468`, but which were not well "
984
984
"publicized, either at the time or since."
985
985
msgstr ""
986
+ "新增的 :mod:`zipapp` 模块(在 :pep:`441` 中描述)提供了用于创建可执行 Python Zip 应用程序的 API "
987
+ "和命令行工具,它是根据 :issue:`1739468` 在 Python 2.6 中引入的,但在当时和之后都没有足够的推广。"
986
988
987
989
8000
#: ../../whatsnew/3.5.rst:743
988
990
msgid ""
989
991
"With the new module, bundling your application is as simple as putting all "
990
992
"the files, including a ``__main__.py`` file, into a directory ``myapp`` and "
991
993
"running:"
992
994
msgstr ""
995
+ "使用这个新模块,想要打包你的应用程序只需简单地将所有文件,包括一个 ``__main__.py`` 文件放到一个目录 ``myapp`` 中并运行:"
993
996
994
997
#: ../../whatsnew/3.5.rst:752
995
998
msgid ""
996
999
"The module implementation has been contributed by Paul Moore in "
997
1000
":issue:`23491`."
998
- msgstr ""
1001
+ msgstr "该模块的实现由 Paul Moore 在 :issue:`23491` 中贡献。 "
999
1002
1000
1003
#: ../../whatsnew/3.5.rst:757
1001
1004
msgid ":pep:`441` -- Improving Python ZIP Application Support"
1002
- msgstr ""
1005
+ msgstr ":pep:`441` -- 改进 Python ZIP 应用程序支持 "
1003
1006
1004
1007
#: ../../whatsnew/3.5.rst:761
1005
1008
msgid "Improved Modules"
@@ -1016,6 +1019,9 @@ msgid ""
1016
1019
":ref:`allow_abbrev` to ``False``. (Contributed by Jonathan Paugh, Steven "
1017
1020
"Bethard, paul j3 and Daniel Eriksson in :issue:`14910`.)"
1018
1021
msgstr ""
1022
+ "现在 :class:`~argparse.ArgumentParser` 类允许通过将 :ref:`allow_abbrev` 设为 ``False``"
1023
+ " 来禁用长选项的 :ref:`缩写用法 <prefix-matching>`。 (由 Jonathan Paugh, Steven Bethard, "
1024
+ "paul j3 和 Daniel Eriksson 在 :issue:`14910` 中贡献。)"
1019
1025
1020
1026
#: ../../whatsnew/3.5.rst:773
1021
1027
msgid "asyncio"
@@ -1027,17 +1033,21 @@ msgid ""
1027
1033
"all changes introduced in Python 3.5 have also been backported to Python "
1028
1034
"3.4.x."
1029
1035
msgstr ""
1036
+ "由于 :mod:`asyncio` 模块处于 :term:`暂定状态 <provisional API>`,在 Python 3.5 "
1037
+ "中引入的所有改变都已被向下移植到 Python 3.4.x。"
1030
1038
1031
1039
#: ../../whatsnew/3.5.rst:778
1032
1040
msgid "Notable changes in the :mod:`asyncio` module since Python 3.4.0:"
1033
- msgstr ""
1041
+ msgstr "自 Python 3.4.0 开始 :mod:`asyncio` 模块中的重要变化: "
1034
1042
1035
1043
#: ../../whatsnew/3.5.rst:780
1036
1044
msgid ""
1037
1045
"New debugging APIs: :meth:`loop.set_debug() <asyncio.loop.set_debug>` and "
1038
1046
":meth:`loop.get_debug() <asyncio.loop.get_debug>` methods. (Contributed by "
1039
1047
"Victor Stinner.)"
1040
1048
msgstr ""
1049
+ "新增的调试 API: :meth:`loop.set_debug() <asyncio.loop.set_debug>` 和 "
1050
+ ":meth:`loop.get_debug() <asyncio.loop.get_debug>` 方法。 (由 Victor Stinner 贡献。)"
1041
1051
1042
1052
#: ../../whatsnew/3.5.rst:784
1043
1053
msgid ""
0 commit comments