Skip to content

Commit 99dd17d

Browse files
author
github-actions
committed
Merge 3.11 into 3.9
1 parent ef95824 commit 99dd17d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

library/signal.po

+6
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ msgid ""
5050
"translated into a :exc:`KeyboardInterrupt` exception if the parent process "
5151
"has not changed it."
5252
msgstr ""
53+
":func:`signal.signal` 関数を使って、シグナルを受信した時に実行されるハンドラ"
54+
"を定義することができます。 Python は標準でごく少数のシグナルハンドラをインス"
55+
"トールしています: :const:`SIGPIPE` は無視され (したがって、 pipe や socket に"
56+
"対する書き込みで生じたエラーは通常の Python 例外として報告されます)、 :const:"
57+
"`SIGINT` は :exc:`KeyboardInterrupt` 例外に変換されます。親プロセスが変更して"
58+
"いない場合は、これらはどれも上書きすることができます。"
5359

5460
#: ../../library/signal.rst:22
5561
msgid ""

0 commit comments

Comments
 (0)