@@ -13,7 +13,7 @@ msgid ""
13
13
msgstr ""
14
14
"Project-Id-Version : Python 3.10\n "
15
15
"Report-Msgid-Bugs-To : \n "
16
- "POT-Creation-Date : 2024-09-27 16:06 +0000\n "
16
+ "POT-Creation-Date : 2024-10-04 15:57 +0000\n "
17
17
"PO-Revision-Date : 2022-11-05 17:23+0000\n "
18
18
"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n "
19
19
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -1713,13 +1713,13 @@ msgstr "(由 Alexander Belopolsky 在 :issue:`1686487` 中贡献。)"
1713
1713
msgid ""
1714
1714
"It's also become legal to provide keyword arguments after a ``*args`` "
1715
1715
"argument to a function call. ::"
1716
- msgstr ""
1716
+ msgstr "在函数调用的 ``*args`` 参数之后提供关键字参数也是合法的。 :: "
1717
1717
1718
1718
#: ../../whatsnew/2.6.rst:1528
1719
1719
msgid ""
1720
1720
"Previously this would have been a syntax error. (Contributed by Amaury "
1721
1721
"Forgeot d'Arc; :issue:`3473`.)"
1722
- msgstr ""
1722
+ msgstr "在之前版本中这会导致语法错误。 (由 Amaury Forgeot d'Arc 贡献;:issue:`3473`。) "
1723
1723
1724
1724
#: ../../whatsnew/2.6.rst:1531
1725
1725
msgid ""
@@ -2182,6 +2182,8 @@ msgid ""
2182
2182
"The :meth:`as_tuple` method of :class:`Decimal` objects now returns a named "
2183
2183
"tuple with :attr:`sign`, :attr:`digits`, and :attr:`exponent` fields."
2184
2184
msgstr ""
2185
+ "现在 :class:`Decimal` 对象的 :meth:`as_tuple` 方法将返回一个由 :attr:`sign`, "
2186
+ ":attr:`digits` 和 :attr:`exponent` 字段组成的具名元组。"
2185
2187
2186
2188
#: ../../whatsnew/2.6.rst:1943
2187
2189
msgid ""
@@ -2196,6 +2198,8 @@ msgid ""
2196
2198
" tuples representing matches, with :attr:`a`, :attr:`b`, and :attr:`size` "
2197
2199
"attributes. (Contributed by Raymond Hettinger.)"
2198
2200
msgstr ""
2201
+ "现在 :mod:`difflib` 模块的 :class:`SequenceMatcher` 类将返回代表匹配结果的具名元组,包含 :attr:`a`,"
2202
+ " :attr:`b` 和 :attr:`size` 等属性。 (由 Raymond Hettinger 贡献。)"
2199
2203
2200
2204
#: ../../whatsnew/2.6.rst:1951
2201
2205
msgid ""
0 commit comments