File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff 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."
173173msgstr ""
174+ "IPv4ではホストアドレスのほかに2つの特別な形式が使用できます。``''``はすべての"
175+ "イン���ーフェイスにバインドされるために使われる:const:`INADDR_ANY`を表し、"
176+ "``'<broadcast>'``は:const:`INADDR_BROADCAST`を表します。これらの動作はIPv6と"
177+ "互換性がありません。そのためもしもあなたがPythonプログラムでIPv6をサポートす"
178+ "る予定があるのならばこれらを避けたほうが良いでしょう。"
174179
175180#: ../../library/socket.rst:80
176181msgid ""
Original file line number Diff line number Diff 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."
826826msgstr ""
827+ "16進数。出力される数値は16を基数とします。10進で9を超える数字には大文字が使わ"
828+ "れます。``'#'``が指定された場合、接頭辞``'0x'``も大文字``'0X'``になります"
827829
828830#: ../../library/string.rst:469 ../../library/string.rst:553
829831msgid "``'n'``"
You can’t perform that action at this time.
0 commit comments