@@ -1575,6 +1575,10 @@ msgid ""
1575
1575
"method (for example, synchronisation objects from the :mod:`threading` "
1576
1576
"module)."
1577
1577
msgstr ""
1578
+ "现在 :class:`~contextlib.ExitStack` 为上下文管理器的编程操纵和类似的清理提供了一个坚实的基础。 不同于之前的 "
1579
+ "``contextlib.nested`` API (它已被弃用并移除),这个新 API 被设计为无论上下文管理器获取其资源是在其 "
1580
+ "``__init__`` 方法中 (例如文件对象) 还是在其 ``__enter__`` 方法中 (例如来自 :mod:`threading` "
1581
+ "模块的同步化对象) 都能够正确工作。"
1578
1582
1579
1583
#: ../../whatsnew/3.3.rst:1048
1580
1584
msgid "(:issue:`13585`)"
@@ -1681,7 +1685,7 @@ msgstr ":issue:`7652` - 集成快速的原生十进制算术运算。"
1681
1685
1682
1686
#: ../../whatsnew/3.3.rst:1096
1683
1687
msgid "C-module and libmpdec written by Stefan Krah."
1684
- msgstr ""
1688
+ msgstr "C 模块和 libmpdec 由 Stefan Krah 编写。 "
1685
1689
1686
1690
#: ../../whatsnew/3.3.rst:1098
1687
1691
msgid ""
@@ -1865,12 +1869,13 @@ msgid ""
1865
1869
"Pickling a :class:`~decimal.Context` produces a different output in order to"
1866
1870
" have a common interchange format for the Python and C versions."
1867
1871
msgstr ""
1872
+ "对 :class:`~decimal.Context` 执行 pickle 操作将产生不同的输出以便 Python 和 C 版本能具有共同的交换格式。"
1868
1873
1869
1874
#: ../../whatsnew/3.3.rst:1181
1870
1875
msgid ""
1871
1876
"The order of arguments in the :class:`~decimal.Context` constructor has been"
1872
1877
" changed to match the order displayed by :func:`repr`."
1873
- msgstr ""
1878
+ msgstr ":class:`~decimal.Context` 构造器中的参数顺序已被修改以与 :func:`repr` 所显示的顺序相匹配。 "
1874
1879
1875
1880
#: ../../whatsnew/3.3.rst:1185
1876
1881
msgid ""
@@ -1904,21 +1909,21 @@ msgstr ""
1904
1909
1905
1910
#: ../../whatsnew/3.3.rst:1210
1906
1911
msgid "The minimum set of controls implemented by all ``policy`` objects are:"
1907
- msgstr ""
1912
+ msgstr "所有 ``policy`` 对象都要实现的最小化控制集合为: "
1908
1913
1909
1914
#: ../../whatsnew/3.3.rst:1215
1910
1915
msgid "max_line_length"
1911
- msgstr ""
1916
+ msgstr "max_line_length "
1912
1917
1913
1918
#: ../../whatsnew/3.3.rst:1215
1914
1919
msgid ""
1915
1920
"The maximum length, excluding the linesep character(s), individual lines may"
1916
1921
" have when a ``Message`` is serialized. Defaults to 78."
1917
- msgstr ""
1922
+ msgstr "当 ``Message`` 被序列化时每一行的最大长度,不包括 linesep 字符。 默认值为 78。 "
1918
1923
1919
1924
#: ../../whatsnew/3.3.rst:1219
1920
1925
msgid "linesep"
1921
- msgstr ""
1926
+ msgstr "linesep "
1922
1927
1923
1928
#: ../../whatsnew/3.3.rst:1219
1924
1929
msgid ""
0 commit comments