Skip to content

Commit cbba3ba

Browse files
author
github-actions
committed
Merge 3.11 into 3.8
1 parent e910f43 commit cbba3ba

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
@@ -330,6 +330,12 @@ msgid ""
330330
"example, they raise a :exc:`TypeError` exception when one of the arguments "
331331
"is a complex number."
332332
msgstr ""
333+
"異なる数値型の場合を除き、異なる型のオブジェクト同士は等価になることはありま"
334+
"せん。 ``==`` 演算子は常に定義されていますが、いくつかのオブジェクト型 (たと"
335+
"えばクラスオブジェクト) では :keyword:`is` と同等になります。 ``<``, ``<=``, "
336+
"``>`` および ``>=`` 演算子は、それらの意味が明快である場合に限って定義されま"
337+
"す; たとえば、オペランドのいずれかが複素数である場合、これらの演算子は :exc:"
338+
"`TypeError` 例外を送出します。"
333339

334340
#: ../../library/stdtypes.rst:180
335341
msgid ""

0 commit comments

Comments
 (0)