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 ""
171
171
"you may want to avoid these if you intend to support IPv6 with your Python "
172
172
"programs."
173
173
msgstr ""
174
+ "IPv4ではホストアドレスのほかに2つの特別な形式が使用できます。``''``はすべての"
175
+ "インターフェイスにバインドされるために使われる:const:`INADDR_ANY`を表し、"
176
+ "``'<broadcast>'``は:const:`INADDR_BROADCAST`を表します。これらの動作はIPv6と"
177
+ "互換性がありません。そのためもしもあなたがPythonプログラムでIPv6をサポートす"
178
+ "る予定があるのならばこれらを避けたほうが良いでしょう。"
174
179
175
180
#: ../../library/socket.rst:80
176
181
msgid ""
Original file line number Diff line number Diff line change @@ -824,6 +824,8 @@ msgid ""
824
824
"digits above 9. In case ``'#'`` is specified, the prefix ``'0x'`` will be "
825
825
"upper-cased to ``'0X'`` as well."
826
826
msgstr ""
827
+ "16進数。出力される数値は16を基数とします。10進で9を超える数字には大文字が使わ"
828
+ "れます。``'#'``が指定された場合、接頭辞``'0x'``も大文字``'0X'``になります"
827
829
828
830
#: ../../library/string.rst:469 ../../library/string.rst:553
829
831
msgid "``'n'``"
You can’t perform that action at this time.
0 commit comments