@@ -14,7 +14,7 @@ msgid ""
14
14
msgstr ""
15
15
"Project-Id-Version : Python 3.11\n "
16
16
"Report-Msgid-Bugs-To : \n "
17
- "POT-Creation-Date : 2023-02-24 14:15 +0000\n "
17
+ "POT-Creation-Date : 2023-03-03 14:14 +0000\n "
18
18
"PO-Revision-Date : 2021-06-28 00:53+0000\n "
19
19
"Last-Translator : Takeshi Nakazato, 2023\n "
20
20
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ "
@@ -1766,19 +1766,10 @@ msgid ""
1766
1766
"additional contextual information to be added to the log). So you cannot "
1767
1767
"directly make logging calls using :meth:`str.format` or :class:`string."
1768
1768
"Template` syntax, because internally the logging package uses %-formatting "
1769
- "to merge the format string and the variable arguments. There would no "
1769
+ "to merge the format string and the variable arguments. There would be no "
1770
1770
"changing this while preserving backward compatibility, since all logging "
1771
1771
"calls which are out there in existing code will be using %-format strings."
1772
1772
msgstr ""
1773
- "logging の呼び出し (:meth:`~Logger.debug`, :meth:`~Logger.info` など) は、ロ"
1774
- "グメッセージのために位置引数しか受け取らず、キーワード引数はそれを処理すると"
1775
- "きのオプションを指定するためだけに使われます。 (例えば、 ``exc_info`` キー"
1776
- "ワード引数を使ってログを取るトレースバック情報を指定したり、 ``extra`` キー"
1777
- "ワード引数を使ってログに付与する追加のコンテキスト情報を指定します。)logging "
1778
- "パッケージは内部で % を使って format 文字列と引数をマージしているので、 :"
1779
- "meth:`str.format` や :class:`string.Template` を使って logging を呼び出す事は"
1780
- "できません。既存の logging 呼び出しは %-format を使っているので、後方互換性の"
1781
- "ためにこの部分を変更することはできません。"
1782
1773
1783
1774
#: ../../howto/logging-cookbook.rst:2545
1784
1775
msgid ""
0 commit comments