Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit356ef64

Browse files
author
github-actions
committed
Merge 3.11 into 3.10
1 parentb117483 commit356ef64

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

‎library/socket.po

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

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

‎library/string.po

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,10 @@ msgid ""
725725
"the field content. The *precision* is not allowed for integer presentation "
726726
"types."
727727
msgstr""
728+
"*precision*は、表現型``'f'``または``'F'``の場合小数点以下、表現型``'g'``また"
729+
"は``'G'``の場合は小数点以上と以下が何桁で表示されるべきかを示す10進整数です。"
730+
"文字列の表現型の場合は最大フィールド幅、言い換えるとフィールドの内容から何文"
731+
"字が使用されるかを示します。*precision*は整数の表現型には使用できません。"
728732

729733
#:../../library/string.rst:440
730734
msgid"Finally, the *type* determines how the data should be presented."
@@ -816,6 +820,8 @@ msgid ""
816820
"digits above 9. In case ``'#'`` is specified, the prefix ``'0x'`` will be "
817821
"upper-cased to ``'0X'`` as well."
818822
msgstr""
823+
"16進数。出力される数値は16を基数とします。10進で9を超える数字には大文字が使わ"
824+
"れます。``'#'``が指定された場合、接頭辞``'0x'``も大文字``'0X'``になります"
819825

820826
#:../../library/string.rst:475../../library/string.rst:559
821827
msgid"``'n'``"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp