@@ -11,7 +11,7 @@ msgid "" |
11 | 11 | msgstr "" |
12 | 12 | "Project-Id-Version: Python 3.15\n" |
13 | 13 | "Report-Msgid-Bugs-To: \n" |
14 | | -"POT-Creation-Date: 2026-08-09 14:27+0000\n" |
| 14 | +"POT-Creation-Date: 2026-08-27 23:26+0000\n" |
15 | 15 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" |
16 | 16 | "Last-Translator: python-doc bot, 2025\n" |
17 | 17 | "Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/" |
@@ -614,7 +614,7 @@ msgstr "" |
614 | 614 |
|
615 | 615 | #: ../../library/asyncio-task.rst:397 ../../library/asyncio-task.rst:565 |
616 | 616 | #: ../../library/asyncio-task.rst:738 ../../library/asyncio-task.rst:799 |
617 | | -#: ../../library/asyncio-task.rst:825 ../../library/asyncio-task.rst:866 |
| 617 | +#: ../../library/asyncio-task.rst:825 ../../library/asyncio-task.rst:862 |
618 | 618 | msgid "Example::" |
619 | 619 | msgstr "以下はプログラム例です::" |
620 | 620 |
|
@@ -774,7 +774,7 @@ msgid "" |
774 | 774 | msgstr "" |
775 | 775 |
|
776 | 776 | #: ../../library/asyncio-task.rst:516 ../../library/asyncio-task.rst:614 |
777 | | -#: ../../library/asyncio-task.rst:713 ../../library/asyncio-task.rst:891 |
| 777 | +#: ../../library/asyncio-task.rst:713 ../../library/asyncio-task.rst:887 |
778 | 778 | #: ../../library/asyncio-task.rst:949 ../../library/asyncio-task.rst:1010 |
779 | 779 | msgid "Removed the *loop* parameter." |
780 | 780 | msgstr "*loop* パラメータが削除されました。" |
@@ -992,7 +992,7 @@ msgstr "" |
992 | 992 | ":meth:`キャンセル <Task.cancel>` から :ref:`awaitable オブジェクト <asyncio-" |
993 | 993 | "awaitables>` を保護します。" |
994 | 994 |
|
995 | | -#: ../../library/asyncio-task.rst:676 ../../library/asyncio-task.rst:846 |
| 995 | +#: ../../library/asyncio-task.rst:676 |
996 | 996 | msgid "If *aw* is a coroutine it is automatically scheduled as a Task." |
997 | 997 | msgstr "" |
998 | 998 | "*aw* がコルーチンだった場合、自動的に Task としてスケジュールされます。" |
@@ -1227,7 +1227,7 @@ msgstr "" |
1227 | 1227 | "*aw* :ref:`awaitable <asyncio-awaitables>` が、完了するかタイムアウトになるの" |
1228 | 1228 | "を待ちます。" |
1229 | 1229 |
|
1230 | | -#: ../../library/asyncio-task.rst:848 |
| 1230 | +#: ../../library/asyncio-task.rst:846 |
1231 | 1231 | msgid "" |
1232 | 1232 | "*timeout* can either be ``None`` or a float or int number of seconds to wait " |
1233 | 1233 | "for. If *timeout* is ``None``, block until the future completes." |
@@ -1236,20 +1236,15 @@ msgstr "" |
1236 | 1236 | "す。\n" |
1237 | 1237 | "*timeout* が ``None`` の場合、 Future が完了するまで待ちます。" |
1238 | 1238 |
|
1239 | | -#: ../../library/asyncio-task.rst:852 |
1240 | | -msgid "" |
1241 | | -"If a timeout occurs, it cancels the task and raises :exc:`TimeoutError`." |
| 1239 | +#: ../../library/asyncio-task.rst:850 |
| 1240 | +msgid "If a timeout occurs, it cancels *aw* and raises :exc:`TimeoutError`." |
1242 | 1241 | msgstr "" |
1243 | 1242 |
|
1244 | | -#: ../../library/asyncio-task.rst:855 |
1245 | | -msgid "" |
1246 | | -"To avoid the task :meth:`cancellation <Task.cancel>`, wrap it in :func:" |
1247 | | -"`shield`." |
| 1243 | +#: ../../library/asyncio-task.rst:852 |
| 1244 | +msgid "To prevent *aw* from being cancelled, wrap it in :func:`shield`." |
1248 | 1245 | msgstr "" |
1249 | | -"Task の :meth:`キャンセル <Task.cancel>` を避けるためには、 :func:`shield` の" |
1250 | | -"中にラップしてください。" |
1251 | 1246 |
|
1252 | | -#: ../../library/asyncio-task.rst:858 |
| 1247 | +#: ../../library/asyncio-task.rst:854 |
1253 | 1248 | msgid "" |
1254 | 1249 | "The function will wait until the future is actually cancelled, so the total " |
1255 | 1250 | "wait time may exceed the *timeout*. If an exception happens during " |
@@ -1259,11 +1254,11 @@ msgstr "" |
1259 | 1254 | "*timeout* を超えることがあります。キャンセル中に例外が発生した場合は、その例" |
1260 | 1255 | "外は伝達されます。" |
1261 | 1256 |
|
1262 | | -#: ../../library/asyncio-task.rst:862 |
| 1257 | +#: ../../library/asyncio-task.rst:858 |
1263 | 1258 | msgid "If the wait is cancelled, the future *aw* is also cancelled." |
1264 | 1259 | msgstr "待機が中止された場合 *aw* も中止されます。" |
1265 | 1260 |
|
1266 | | -#: ../../library/asyncio-task.rst:868 |
| 1261 | +#: ../../library/asyncio-task.rst:864 |
1267 | 1262 | msgid "" |
1268 | 1263 | "async def eternity():\n" |
1269 | 1264 | " # Sleep for one hour\n" |
@@ -1284,16 +1279,22 @@ msgid "" |
1284 | 1279 | "# timeout!" |
1285 | 1280 | msgstr "" |
1286 | 1281 |
|
1287 | | -#: ../../library/asyncio-task.rst:886 |
| 1282 | +#: ../../library/asyncio-task.rst:882 |
1288 | 1283 | msgid "" |
1289 | 1284 | "When *aw* is cancelled due to a timeout, ``wait_for`` waits for *aw* to be " |
1290 | 1285 | "cancelled. Previously, it raised :exc:`TimeoutError` immediately." |
1291 | 1286 | msgstr "" |
1292 | 1287 |
|
1293 | | -#: ../../library/asyncio-task.rst:894 |
| 1288 | +#: ../../library/asyncio-task.rst:890 |
1294 | 1289 | msgid "Raises :exc:`TimeoutError` instead of :exc:`asyncio.TimeoutError`." |
1295 | 1290 | msgstr "" |
1296 | 1291 |
|
| 1292 | +#: ../../library/asyncio-task.rst:893 |
| 1293 | +msgid "" |
| 1294 | +"Implemented using :func:`asyncio.timeout`, a coroutine passed as *aw* is no " |
| 1295 | +"longer wrapped in a :class:`Task` when *timeout* is positive." |
| 1296 | +msgstr "" |
| 1297 | + |
1297 | 1298 | #: ../../library/asyncio-task.rst:899 |
1298 | 1299 | msgid "Waiting primitives" |
1299 | 1300 | msgstr "" |
|
Facebook Story Vs. Post Most Popular Items Selling Online