55#
66# Translators:
77# Meng Du <[email protected] >, 20198- # Freesand Leo <[email protected] >, 2019 8+ # Freesand Leo <[email protected] >, 2020 99#
1010#, fuzzy
1111msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414"Report-Msgid-Bugs-To : \n "
1515"POT-Creation-Date : 2020-05-31 09:25+0000\n "
1616"PO-Revision-Date : 2017-02-16 23:04+0000\n "
17- "
Last-Translator :
Freesand Leo <[email protected] >, 2019 \n "
17+ "
Last-Translator :
Freesand Leo <[email protected] >, 2020 \n "
1818"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1919"MIME-Version : 1.0\n "
2020"Content-Type : text/plain; charset=UTF-8\n "
@@ -61,6 +61,9 @@ msgid ""
6161":meth:`__imul__`, :meth:`__iand__`, etc.) for the same purpose. It should "
6262"not be evaluated in a boolean context."
6363msgstr ""
64+ "双目运算特殊方法(如 :meth:`__eq__`, :meth:`__lt__`, :meth:`__add__`, :meth:`__rsub__`"
65+ " 等)应返回的特殊值,用于表示运算没有针对其他类型的实现;也可由原地双目运算特殊方法(如 :meth:`__imul__`, "
66+ ":meth:`__iand__` 等)出于同样的目的而返回。 它不应被作为布尔值来解读。"
6467
6568#: ../../library/constants.rst:38
6669msgid ""
@@ -94,6 +97,8 @@ msgid ""
9497"currently evaluates as true, it will emit a :exc:`DeprecationWarning`. It "
9598"will raise a :exc:`TypeError` in a future version of Python."
9699msgstr ""
100+ "作为布尔值来解读 ``NotImplemented`` 已被弃用。 虽然它目前会被解读为真值,但将同时发出 "
101+ ":exc:`DeprecationWarning`。 它将在未来的 Python 版本中引发 :exc:`TypeError`。"
97102
98103#: ../../library/constants.rst:62
99104msgid ""
0 commit comments