Skip to content

Commit 4318bde

Browse files
author
github-actions
committed
Merge 3.11 into 3.9
1 parent fbfd323 commit 4318bde

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

library/socket.po

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,11 @@ msgid ""
171171
"you may want to avoid these if you intend to support IPv6 with your Python "
172172
"programs."
173173
msgstr ""
174+
"IPv4ではホストアドレスのほかに2つの特別な形式が使用できます。``''``はすべての"
175+
"インターフェイスにバインドされるために使われる:const:`INADDR_ANY`を表し、"
176+
"``'<broadcast>'``は:const:`INADDR_BROADCAST`を表します。これらの動作はIPv6と"
177+
"互換性がありません。そのためもしもあなたがPythonプログラムでIPv6をサポートす"
178+
"る予定があるのならばこれらを避けたほうが良いでしょう。"
174179

175180
#: ../../library/socket.rst:80
176181
msgid ""

library/string.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -824,6 +824,8 @@ msgid ""
824824
"digits above 9. In case ``'#'`` is specified, the prefix ``'0x'`` will be "
825825
"upper-cased to ``'0X'`` as well."
826826
msgstr ""
827+
"16進数。出力される数値は16を基数とします。10進で9を超える数字には大文字が使わ"
828+
"れます。``'#'``が指定された場合、接頭辞``'0x'``も大文字``'0X'``になります"
827829

828830
#: ../../library/string.rst:469 ../../library/string.rst:553
829831
msgid "``'n'``"

0 commit comments

Comments
 (0)