@@ -54,40 +54,40 @@ msgstr "新的语法特性:"
5454#: ../../whatsnew/3.3.rst:62
5555msgid ""
5656"New ``yield from`` expression for :ref:`generator delegation <pep-380>`."
57- msgstr ""
57+ msgstr "新增 ``yield from`` 表达式用于 :ref:`生成器委托 <pep-380>`。 "
5858
5959#: ../../whatsnew/3.3.rst:63
6060msgid "The ``u'unicode'`` syntax is accepted again for :class:`str` objects."
61- msgstr ""
61+ msgstr "``u'unicode'`` 语法重新被接受用于 :class:`str` 对象。 "
6262
6363#: ../../whatsnew/3.3.rst:65
6464msgid "New library modules:"
6565msgstr "新的库模块:"
6666
6767#: ../../whatsnew/3.3.rst:67
6868msgid ":mod:`faulthandler` (helps debugging low-level crashes)"
69- msgstr ":mod:`faulthandler` (帮助调试低级崩溃) "
69+ msgstr ":mod:`faulthandler` (帮助调试低层级的崩溃) "
7070
7171#: ../../whatsnew/3.3.rst:68
7272msgid ""
7373":mod:`ipaddress` (high-level objects representing IP addresses and masks)"
74- msgstr ""
74+ msgstr ":mod:`ipaddress` (代表 IP 地址和掩码的高层级对象) "
7575
7676#: ../../whatsnew/3.3.rst:69
7777msgid ":mod:`lzma` (compress data using the XZ / LZMA algorithm)"
78- msgstr ""
78+ msgstr ":mod:`lzma` (使用 XZ / LZMA 算法压缩数据) "
7979
8080#: ../../whatsnew/3.3.rst:70
8181msgid ""
8282":mod:`unittest.mock` (replace parts of your system under test with mock "
8383"objects)"
84- msgstr ""
84+ msgstr ":mod:`unittest.mock` (使用模拟对象替换你的受测试系统中的某些部分) "
8585
8686#: ../../whatsnew/3.3.rst:71
8787msgid ""
8888":mod:`venv` (Python :ref:`virtual environments <pep-405>`, as in the popular"
8989" ``virtualenv`` package)"
90- msgstr ""
90+ msgstr ":mod:`venv` (Python :ref:`虚拟环境 <pep-405>`,类似于流行的 ``virtualenv`` 包) "
9191
9292#: ../../whatsnew/3.3.rst:74
9393msgid "New built-in features:"
@@ -108,33 +108,35 @@ msgstr "基于 :mod:`importlib` 重写 :ref:`import machinery<importlib>`"
108108
109109#: ../../whatsnew/3.3.rst:81
110110msgid "More compact :ref:`unicode strings <pep-393>`."
111- msgstr ""
111+ msgstr "更紧凑的 :ref:`Unicode 字符串 <pep-393>`。 "
112112
113113#: ../../whatsnew/3.3.rst:82
114114msgid "More compact :ref:`attribute dictionaries <pep-412>`."
115- msgstr ""
115+ msgstr "更紧凑的 :ref:`属性字典 <pep-412>`。 "
116116
117117#: ../../whatsnew/3.3.rst:84
118118msgid "Significantly Improved Library Modules:"
119- msgstr "显着改进的库模块 :"
119+ msgstr "显著改进的库模块 :"
120120
121121#: ../../whatsnew/3.3.rst:86
122122msgid "C Accelerator for the :ref:`decimal <new-decimal>` module."
123- msgstr ""
123+ msgstr "针对 :ref:`decimal <new-decimal>` 模块的 C 加速器。 "
124124
125125#: ../../whatsnew/3.3.rst:87
126126msgid ""
127127"Better unicode handling in the :ref:`email <new-email>` module "
128128"(:term:`provisional <provisional package>`)."
129129msgstr ""
130+ ":ref:`email <new-email>` 模块中更好的 Unicode 处理 (:term:`暂定 <provisional "
131+ "package>`)。"
130132
131133#: ../../whatsnew/3.3.rst:90
132134msgid "Security improvements:"
133135msgstr "安全改进:"
134136
135137#: ../../whatsnew/3.3.rst:92
136138msgid "Hash randomization is switched on by default."
137- msgstr ""
139+ msgstr "哈希随机化被默认启用。 "
138140
139141#: ../../whatsnew/3.3.rst:94
140142msgid "Please read on for a comprehensive list of user-facing changes."
@@ -3223,7 +3225,7 @@ msgstr "构建和 C API 的改变"
32233225
32243226#: ../../whatsnew/3.3.rst:2171
32253227msgid "Changes to Python's build process and to the C API include:"
3226- msgstr ""
3228+ msgstr "针对 Python 构建过程和 C API 的改变包括: "
32273229
32283230#: ../../whatsnew/3.3.rst:2173
32293231msgid "New :pep:`3118` related function:"
0 commit comments