@@ -1930,6 +1930,10 @@ msgid ""
1930
1930
"method (for example, synchronisation objects from the :mod:`threading` "
1931
1931
"module)."
1932
1932
msgstr ""
1933
+ "现在 :class:`~contextlib.ExitStack` 为上下文管理器的编程操纵和类似的清理提供了一个坚实的基础。 不同于之前的 "
1934
+ "``contextlib.nested`` API (它已被弃用并移除),这个新 API 被设计为无论上下文管理器获取其资源是在其 "
1935
+ "``__init__`` 方法中 (例如文件对象) 还是在其 ``__enter__`` 方法中 (例如来自 :mod:`threading` "
1936
+ "模块的同步化对象) 都能够正确工作。"
1933
1937
1934
1938
#: ../../whatsnew/3.3.rst:1051
1935
1939
msgid "(:issue:`13585`)"
@@ -2036,7 +2040,7 @@ msgstr ":issue:`7652` - 集成快速的原生十进制算术运算。"
2036
2040
2037
2041
#: ../../whatsnew/3.3.rst:1099
2038
2042
msgid "C-module and libmpdec written by Stefan Krah."
2039
- msgstr ""
2043
+ msgstr "C 模块和 libmpdec 由 Stefan Krah 编写。 "
2040
2044
2041
2045
#: ../../whatsnew/3.3.rst:1101
2042
2046
msgid ""
@@ -2045,6 +2049,8 @@ msgid ""
2045
2049
"arithmetic. libmpdec conforms to IBM's General Decimal Arithmetic "
2046
2050
"Specification."
2047
2051
msgstr ""
2052
+ "新的 C 版本 decimal 模块集成了高速的 libmpdec 库用于以任意精度对十进制浮点运算进行正确的舍入。libmpdec 遵循 IBM "
2053
+ "的通用十进制运算规范。"
2048
2054
2049
2055
#: ../../whatsnew/3.3.rst:1105
2050
2056
msgid ""
@@ -2226,12 +2232,13 @@ msgid ""
2226
2232
"Pickling a :class:`~decimal.Context` produces a different output in order to"
2227
2233
" have a common interchange format for the Python and C versions."
2228
2234
msgstr ""
2235
+ "对 :class:`~decimal.Context` 执行 pickle 操作将产生不同的输出以便 Python 和 C 版本能具有共同的交换格式。"
2229
2236
2230
2237
#: ../../whatsnew/3.3.rst:1184
2231
2238
msgid ""
2232
2239
"The order of arguments in the :class:`~decimal.Context` constructor has been"
2233
2240
" changed to match the order displayed by :func:`repr`."
2234
- msgstr ""
2241
+ msgstr ":class:`~decimal.Context` 构造器中的参数顺序已被修改以与 :func:`repr` 所显示的顺序相匹配。 "
2235
2242
2236
2243
#: ../../whatsnew/3.3.rst:1188
2237
2244
msgid ""
@@ -2265,27 +2272,27 @@ msgstr ""
2265
2272
2266
2273
#: ../../whatsnew/3.3.rst:1213
2267
2274
msgid "The minimum set of controls implemented by all ``policy`` objects are:"
2268
- msgstr ""
2275
+ msgstr "所有 ``policy`` 对象都要实现的最小化控制集合为: "
2269
2276
2270
2277
#: ../../whatsnew/3.3.rst:1218
2271
2278
msgid "max_line_length"
2272
- msgstr ""
2279
+ msgstr "max_line_length "
2273
2280
2274
2281
#: ../../whatsnew/3.3.rst:1218
2275
2282
msgid ""
2276
2283
"The maximum length, excluding the linesep character(s), individual lines may"
2277
2284
" have when a ``Message`` is serialized. Defaults to 78."
2278
- msgstr ""
2285
+ msgstr "当 ``Message`` 被序列化时每一行的最大长度,不包括 linesep 字符。 默认值为 78。 "
2279
2286
2280
2287
#: ../../whatsnew/3.3.rst:1222
2281
2288
msgid "linesep"
2282
- msgstr ""
2289
+ msgstr "linesep "
2283
2290
2284
2291
#: ../../whatsnew/3.3.rst:1222
2285
2292
msgid ""
2286
2293
"The character used to separate individual lines when a ``Message`` is "
2287
2294
"serialized. Defaults to ``\\ n``."
2288
- msgstr ""
2295
+ msgstr "当 ``Message`` 被序列化时用于分隔每一行的字符。 默认值为 `` \\ n``。 "
2289
2296
2290
2297
#: ../../whatsnew/3.3.rst:1225
2291
2298
msgid "cte_type"
0 commit comments