@@ -18,7 +18,7 @@ msgid ""
1818msgstr ""
1919"Project-Id-Version :Python 3.8\n "
2020"Report-Msgid-Bugs-To :\n "
21- "POT-Creation-Date :2024-09-06 22:14 +0000\n "
21+ "POT-Creation-Date :2024-09-13 17:28 +0000\n "
2222"PO-Revision-Date :2020-05-30 12:17+0000\n "
2323"Last-Translator :Freesand Leo <yuqinju@163.com>, 2024\n "
2424"Language-Team :Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -1715,13 +1715,13 @@ msgstr "(由 Alexander Belopolsky 在 :issue:`1686487` 中贡献。)"
17151715msgid ""
17161716"It's also become legal to provide keyword arguments after a ``*args`` "
17171717"argument to a function call. ::"
1718- msgstr ""
1718+ msgstr "在函数调用的 ``*args`` 参数之后提供关键字参数也是合法的。 :: "
17191719
17201720#: ../../whatsnew/2.6.rst:1528
17211721msgid ""
17221722"Previously this would have been a syntax error. (Contributed by Amaury "
17231723"Forgeot d'Arc; :issue:`3473`.)"
1724- msgstr ""
1724+ msgstr "在之前版本中这会导致语法错误。 (由 Amaury Forgeot d'Arc 贡献;:issue:`3473`。) "
17251725
17261726#: ../../whatsnew/2.6.rst:1531
17271727msgid ""
@@ -2184,6 +2184,8 @@ msgid ""
21842184"The :meth:`as_tuple` method of :class:`Decimal` objects now returns a named "
21852185"tuple with :attr:`sign`, :attr:`digits`, and :attr:`exponent` fields."
21862186msgstr ""
2187+ "现在 :class:`Decimal` 对象的 :meth:`as_tuple` 方法将返回一个由 :attr:`sign`, "
2188+ ":attr:`digits` 和 :attr:`exponent` 字段组成的具名元组。"
21872189
21882190#: ../../whatsnew/2.6.rst:1943
21892191msgid ""
@@ -2198,6 +2200,8 @@ msgid ""
21982200" tuples representing matches, with :attr:`a`, :attr:`b`, and :attr:`size` "
21992201"attributes. (Contributed by Raymond Hettinger.)"
22002202msgstr ""
2203+ "现在 :mod:`difflib` 模块的 :class:`SequenceMatcher` 类将返回代表匹配结果的具名元组,包含 :attr:`a`,"
2204+ " :attr:`b` 和 :attr:`size` 等属性。 (由 Raymond Hettinger 贡献。)"
22012205
22022206#: ../../whatsnew/2.6.rst:1951
22032207msgid ""