Skip to content

Commit d7bca17

Browse files
author
github-actions
committed
Merge 3.11 into 3.8
1 parent 6b90b02 commit d7bca17

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

library/socket.po

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

163168
#: ../../library/socket.rst:80
164169
msgid ""

0 commit comments

Comments
 (0)