Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b54401e

Browse files
author
github-actions
committed
Merge 3.11 into 3.9
1 parent 4e5f05c commit b54401e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

library/stdtypes.po

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,12 @@ msgid ""
341341
"example, they raise a :exc:`TypeError` exception when one of the arguments "
342342
"is a complex number."
343343
msgstr ""
344+
"異なる数値型の場合を除き、異なる型のオブジェクト同士は等価になることはありま"
345+
"せん。 ``==`` 演算子は常に定義されていますが、いくつかのオブジェクト型 (たと"
346+
"えばクラスオブジェクト) では :keyword:`is` と同等になります。 ``<``, ``<=``, "
347+
"``>`` および ``>=`` 演算子は、それらの意味が明快である場合に限って定義されま"
348+
"す; たとえば、オペランドのいずれかが複素数である場合、これらの演算子は :exc:"
349+
"`TypeError` 例外を送出します。"
344350

345351
#: ../../library/stdtypes.rst:180
346352
msgid ""

0 commit comments

Comments
 (0)