@@ -808,6 +808,8 @@ msgid ""
808
808
"raised whenever a :exc:`StopIteration` exception is raised inside a "
809
809
"generator."
810
810
msgstr ""
811
+ "``__future__`` をインポートしておらず、ジェネレータの内部で :exc:`StopIteration` 例外が送出されたときには "
812
+ ":exc:`PendingDeprecationWarning` が送出されます。"
811
813
812
814
#: ../../whatsnew/3.5.rst:601
813
815
msgid ":pep:`479` -- Change StopIteration handling inside generators"
@@ -1087,6 +1089,9 @@ msgid ""
1087
1089
":meth:`loop.get_debug() <asyncio.loop.get_debug>` methods. (Contributed by "
1088
1090
"Victor Stinner.)"
1089
1091
msgstr ""
1092
+ "新たなデバッグ API: :meth:`loop.set_debug() <asyncio.loop.set_debug>` と "
1093
+ ":meth:`loop.get_debug() <asyncio.loop.get_debug>` メソッド。 (Contributed by "
1094
+ "Victor Stinner.)"
1090
1095
1091
1096
#: ../../whatsnew/3.5.rst:784
1092
1097
msgid ""
@@ -1101,6 +1106,8 @@ msgid ""
1101
1106
"A new :meth:`loop.is_closed() <asyncio.loop.is_closed>` method to check if "
1102
1107
"the event loop is closed. (Contributed by Victor Stinner in :issue:`21326`.)"
1103
1108
msgstr ""
1109
+ "イベントループが閉じているかどうか調べる新たな :meth:`loop.is_closed() <asyncio.loop.is_closed>` "
1110
+ "メソッド。 (Contributed by Victor Stinner in :issue:`21326`.)"
1104
1111
1105
1112
#: ../../whatsnew/3.5.rst:791
1106
1113
msgid ""
@@ -1110,6 +1117,9 @@ msgid ""
1110
1117
"coroutines into tasks, such as :func:`asyncio.wait`, :func:`asyncio.gather`,"
1111
1118
" etc. (Contributed by Victor Stinner.)"
1112
1119
msgstr ""
1120
+ "コルーチンの新しい :class:`~asyncio.Task` を便利に作成しスケジュールするための新たな :meth:`loop.create_task() <asyncio.loop.create_task>`。\n"
1121
+ "``create_task`` メソッドは\n"
1122
+ "コルーチンをタスクにラップする全ての asyncio 関数、たとえば :func:`asyncio.wait`, :func:`asyncio.gather`、にも使われます。 (Contributed by Victor Stinner.)"
1113
1123
1114
1124
#: ../../whatsnew/3.5.rst:798
1115
1125
msgid ""
0 commit comments