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