@@ -1051,6 +1051,11 @@ msgid ""
1051
1051
"Morrison, the Mercurial project, Serhiy Storchaka, and Antoine Pitrou in "
1052
1052
":issue:`17618`.)"
1053
1053
msgstr ""
1054
+ "新增的函数 :func:`~base64.a85encode`, :func:`~base64.a85decode`, "
1055
+ ":func:`~base64.b85encode` 以及 :func:`~base64.b85decode` 分别提供针对 ``Ascii85`` 以及"
1056
+ " git/mercurial ``Base85`` 格式的二进制数据进行编码和解码的能力。 ``a85`` 函数具有可被用于使其与 "
1057
+ "``Ascii85`` 编码格式的变种,包括 Adobe 变种相互兼容的选项。 (由 Martin Morrison, Mercurial 项目, "
1058
+ "Serhiy Storchaka 和 Antoine Pitrou 在 :issue:`17618` 中贡献。)"
1054
1059
1055
1060
#: ../../whatsnew/3.4.rst:662
1056
1061
msgid "collections"
@@ -1063,6 +1068,8 @@ msgid ""
1063
1068
"mapping and/or a custom mapping type to be used for the child. (Contributed"
1064
1069
" by Vinay Sajip in :issue:`16613`.)"
1065
1070
msgstr ""
1071
+ "现在 :meth:`.ChainMap.new_child` 方法接受一个 *m* 参数用于指定要向链结构中添加的子映射表。 "
1072
+ "这允许将现有的映射和/或自定义映射类型用于子映射表。 (由 Vinay Sajip 在 :issue:`16613` 中贡献。)"
1066
1073
1067
1074
#: ../../whatsnew/3.4.rst:671
1068
1075
msgid "colorsys"
@@ -1075,6 +1082,9 @@ msgid ""
1075
1082
"results should be less than 1% and may better match results found elsewhere."
1076
1083
" (Contributed by Brian Landers and Serhiy Storchaka in :issue:`14323`.)"
1077
1084
msgstr ""
1085
+ "用于 RGB --- YIQ 转换系数的数码位数已被扩展以使其与 FCC NTSC 版本匹配。 结果中的变化应当少于 1% "
1086
+ "并可与在其他地方找到的结果更好地匹配。 (由 Brian Landers 和 Serhiy Storchaka 在 :issue:`14323` "
1087
+ "中贡献。)"
1078
1088
1079
1089
#: ../../whatsnew/3.4.rst:680
1080
1090
msgid "contextlib"
@@ -1087,6 +1097,8 @@ msgid ""
1087
1097
"statement. (Contributed by Raymond Hettinger in :issue:`15806` and Zero "
1088
1098
"Piraeus in :issue:`19266`.)"
1089
1099
msgstr ""
1100
+ "新增的 :class:`contextlib.suppress` 上下文管理器可以帮助澄清故意抑制来自单条语句的异常的代码的意图。 (由 Raymond"
1101
+ " Hettinger 在 :issue:`15806` 和 Zero Piraeus 在 :issue:`19266` 中贡献。)"
1090
1102
1091
1103
#: ../../whatsnew/3.4.rst:687
1092
1104
msgid ""
0 commit comments