@@ -19,7 +19,7 @@ msgid ""
19
19
msgstr ""
20
20
"Project-Id-Version : Python 3.9\n "
21
21
"Report-Msgid-Bugs-To : \n "
22
- "POT-Creation-Date : 2020-05-31 09:25 +0000\n "
22
+ "POT-Creation-Date : 2020-07-03 03:32 +0000\n "
23
23
"PO-Revision-Date : 2017-02-16 17:49+0000\n "
24
24
"Last-Translator : tomo, 2020\n "
25
25
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -1023,96 +1023,63 @@ msgid ""
1023
1023
":func:`repr` output of a task object."
1024
1024
msgstr ""
1025
1025
1026
- #: ../../library/asyncio-task.rst:967
1027
- msgid "Return a set of all tasks for an event loop."
1028
- msgstr "イベントループのすべての Task の集合を返します。"
1029
-
1030
1026
#: ../../library/asyncio-task.rst:969
1031
- msgid ""
1032
- "By default all tasks for the current event loop are returned. If *loop* is "
1033
- "``None``, the :func:`get_event_loop` function is used to get the current "
1034
- "loop."
1035
- msgstr ""
1036
-
1037
- #: ../../library/asyncio-task.rst:975
1038
- msgid ""
1039
- "Do not call this as a task method. Use the :func:`asyncio.all_tasks` "
1040
- "function instead."
1041
- msgstr ""
1042
-
1043
- #: ../../library/asyncio-task.rst:980
1044
- msgid "Return the currently running task or ``None``."
1045
- msgstr ""
1046
-
1047
- #: ../../library/asyncio-task.rst:982
1048
- msgid ""
1049
- "If *loop* is ``None``, the :func:`get_event_loop` function is used to get "
1050
- "the current loop."
1051
- msgstr ""
1052
-
1053
- #: ../../library/asyncio-task.rst:987
1054
- msgid ""
1055
- "Do not call this as a task method. Use the :func:`asyncio.current_task` "
1056
- "function instead."
1057
- msgstr ""
1058
-
1059
- #: ../../library/asyncio-task.rst:994
1060
1027
msgid "Generator-based Coroutines"
1061
1028
msgstr ""
1062
1029
1063
- #: ../../library/asyncio-task.rst:998
1030
+ #: ../../library/asyncio-task.rst:973
1064
1031
msgid ""
1065
1032
"Support for generator-based coroutines is **deprecated** and is scheduled "
1066
1033
"for removal in Python 3.10."
1067
1034
msgstr ""
1068
1035
1069
- #: ../../library/asyncio-task.rst:1001
1036
+ #: ../../library/asyncio-task.rst:976
1070
1037
msgid ""
1071
1038
"Generator-based coroutines predate async/await syntax. They are Python "
1072
1039
"generators that use ``yield from`` expressions to await on Futures and other"
1073
1040
" coroutines."
1074
1041
msgstr ""
1075
1042
1076
- #: ../../library/asyncio-task.rst:1005
1043
+ #: ../../library/asyncio-task.rst:980
1077
1044
msgid ""
1078
1045
"Generator-based coroutines should be decorated with "
1079
1046
":func:`@asyncio.coroutine <asyncio.coroutine>`, although this is not "
1080
1047
"enforced."
1081
1048
msgstr ""
1082
1049
1083
- #: ../../library/asyncio-task.rst:1012
1050
+ #: ../../library/asyncio-task.rst:987
1084
1051
msgid "Decorator to mark generator-based coroutines."
1085
1052
msgstr ""
1086
1053
1087
- #: ../../library/asyncio-task.rst:1014
1054
+ #: ../../library/asyncio-task.rst:989
1088
1055
msgid ""
1089
1056
"This decorator enables legacy generator-based coroutines to be compatible "
1090
1057
"with async/await code::"
1091
1058
msgstr ""
1092
1059
1093
- #: ../../library/asyncio-task.rst:1024
1060
+ #: ../../library/asyncio-task.rst:999
1094
1061
msgid "This decorator should not be used for :keyword:`async def` coroutines."
1095
1062
msgstr ""
1096
1063
1097
- #: ../../library/asyncio-task.rst:1029
1064
+ #: ../../library/asyncio-task.rst:1004
1098
1065
msgid "Use :keyword:`async def` instead."
1099
1066
msgstr ""
1100
1067
1101
- #: ../../library/asyncio-task.rst:1033
1068
+ #: ../../library/asyncio-task.rst:1008
1102
1069
msgid "Return ``True`` if *obj* is a :ref:`coroutine object <coroutine>`."
1103
1070
msgstr "*obj* が :ref:`コルーチンオブジェクト <coroutine>` であれば ``True`` を返します。"
1104
1071
1105
- #: ../../library/asyncio-task.rst:1035
1072
+ #: ../../library/asyncio-task.rst:1010
1106
1073
msgid ""
1107
1074
"This method is different from :func:`inspect.iscoroutine` because it returns"
1108
1075
" ``True`` for generator-based coroutines."
1109
1076
msgstr ""
1110
1077
1111
- #: ../../library/asyncio-task.rst:1040
1078
+ #: ../../library/asyncio-task.rst:1015
1112
1079
msgid "Return ``True`` if *func* is a :ref:`coroutine function <coroutine>`."
1113
1080
msgstr ""
1114
1081
1115
- #: ../../library/asyncio-task.rst:1043
1082
+ #: ../../library/asyncio-task.rst:1018
1116
1083
msgid ""
1117
1084
"This method is different from :func:`inspect.iscoroutinefunction` because it"
1118
1085
" returns ``True`` for generator-based coroutine functions decorated with "
0 commit comments