@@ -1935,6 +1935,10 @@ msgid ""
1935
1935
"method (for example, synchronisation objects from the :mod:`threading` "
1936
1936
"module)."
1937
1937
msgstr ""
1938
+ "现在 :class:`~contextlib.ExitStack` 为上下文管理器的编程操纵和类似的清理提供了一个坚实的基础。 不同于之前的 "
1939
+ "``contextlib.nested`` API (它已被弃用并移除),这个新 API 被设计为无论上下文管理器获取其资源是在其 "
1940
+ "``__init__`` 方法中 (例如文件对象) 还是在其 ``__enter__`` 方法中 (例如来自 :mod:`threading` "
1941
+ "模块的同步化对象) 都能够正确工作。"
1938
1942
1939
1943
#: ../../whatsnew/3.3.rst:1051
1940
1944
msgid "(:issue:`13585`)"
@@ -2041,7 +2045,7 @@ msgstr ":issue:`7652` - 集成快速的原生十进制算术运算。"
2041
2045
2042
2046
#: ../../whatsnew/3.3.rst:1099
2043
2047
msgid "C-module and libmpdec written by Stefan Krah."
2044
- msgstr ""
2048
+ msgstr "C 模块和 libmpdec 由 Stefan Krah 编写。 "
2045
2049
2046
2050
#: ../../whatsnew/3.3.rst:1101
2047
2051
msgid ""
@@ -2231,12 +2235,13 @@ msgid ""
2231
2235
"Pickling a :class:`~decimal.Context` produces a different output in order to"
2232
2236
" have a common interchange format for the Python and C versions."
2233
2237
msgstr ""
2238
+ "对 :class:`~decimal.Context` 执行 pickle 操作将产生不同的输出以便 Python 和 C 版本能具有共同的交换格式。"
2234
2239
2235
2240
#: ../../whatsnew/3.3.rst:1184
2236
2241
msgid ""
2237
2242
"The order of arguments in the :class:`~decimal.Context` constructor has been"
2238
2243
" changed to match the order displayed by :func:`repr`."
2239
- msgstr ""
2244
+ msgstr ":class:`~decimal.Context` 构造器中的参数顺序已被修改以与 :func:`repr` 所显示的顺序相匹配。 "
2240
2245
2241
2246
#: ../../whatsnew/3.3.rst:1188
2242
2247
msgid ""
@@ -2270,11 +2275,11 @@ msgstr ""
2270
2275
2271
2276
#: ../../whatsnew/3.3.rst:1213
2272
2277
msgid "The minimum set of controls implemented by all ``policy`` objects are:"
2273
- msgstr ""
2278
+ msgstr "所有 ``policy`` 对象都要实现的最小化控制集合为: "
2274
2279
2275
2280
#: ../../whatsnew/3.3.rst:1218
2276
2281
msgid "max_line_length"
2277
- msgstr ""
2282
+ msgstr "max_line_length "
2278
2283
2279
2284
#: ../../whatsnew/3.3.rst:1218
2280
2285
msgid ""
@@ -2284,7 +2289,7 @@ msgstr ""
2284
2289
2285
2290
#: ../../whatsnew/3.3.rst:1222
2286
2291
msgid "linesep"
2287
- msgstr ""
2292
+ msgstr "linesep "
2288
2293
2289
2294
#: ../../whatsnew/3.3.rst:1222
2290
2295
msgid ""
0 commit comments