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