File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -438,7 +438,7 @@ msgstr ""
438438msgid ""
439439"A comparison between numbers of different types behaves as though the exact "
440440"values of those numbers were being compared. [2]_"
441- msgstr ""
441+ msgstr "儘管數值之間的型別不同只要確切數值相同基本上比較就會成立 [2]_ "
442442
443443#: ../../library/stdtypes.rst:280
444444msgid ""
@@ -9318,7 +9318,7 @@ msgstr ""
93189318
93199319#: ../../library/stdtypes.rst:6332
93209320msgid "Integer string conversion length limitation"
9321- msgstr ""
9321+ msgstr "整數字串轉換長度限制 "
93229322
93239323#: ../../library/stdtypes.rst:6334
93249324msgid ""
@@ -9327,6 +9327,9 @@ msgid ""
93279327"decimal or other non-power-of-two number bases. Hexadecimal, octal, and "
93289328"binary conversions are unlimited. The limit can be configured."
93299329msgstr ""
9330+ "CPython 針對在 :class:`int` 與 :class:`str` 之間轉換時設有一個全域限制,"
9331+ "用於降低DoS攻擊的風險。且這個限制只適用於十進位或非二進制的數值。"
9332+ "十六進位,八進位,還有二進位的轉換則沒有長度限制。此限制值可以被設定與調整。"
93309333
93319334#: ../../library/stdtypes.rst:6339
93329335msgid ""
You can’t perform that action at this time.
0 commit comments