11
11
# jacky <jackylvm@foxmail.com>, 2020
12
12
# ppcfish <ppcfish@gmail.com>, 2020
13
13
# Sean Chao <seanchao0804@gmail.com>, 2020
14
- # Freesand Leo <yuqinju@163.com>, 2024
15
14
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
15
+ # Freesand Leo <yuqinju@163.com>, 2024
16
16
#
17
17
#, fuzzy
18
18
msgid ""
@@ -21,7 +21,7 @@ msgstr ""
21
21
"Report-Msgid-Bugs-To : \n "
22
22
"POT-Creation-Date : 2024-02-23 23:39+0000\n "
23
23
"PO-Revision-Date : 2020-05-30 12:18+0000\n "
24
- "Last-Translator : Rafael Fontenelle <rffontenelle@gmail .com>, 2024\n "
24
+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2024\n "
25
25
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
26
26
"MIME-Version : 1.0\n "
27
27
"Content-Type : text/plain; charset=UTF-8\n "
@@ -1055,12 +1055,16 @@ msgid ""
1055
1055
"The proactor event loop now supports SSL. (Contributed by Antoine Pitrou and"
1056
1056
" Victor Stinner in :issue:`22560`.)"
1057
1057
msgstr ""
1058
+ "现在 proactor 事件循环已支持 SSL。 (由 Antoine Pitrou 和 Victor Stinner 在 :issue:`22560`"
1059
+ " 中贡献。)"
1058
1060
1059
1061
#: ../../whatsnew/3.5.rst:787
1060
1062
msgid ""
1061
1063
"A new :meth:`loop.is_closed() <asyncio.loop.is_closed>` method to check if "
1062
1064
"the event loop is closed. (Contributed by Victor Stinner in :issue:`21326`.)"
1063
1065
msgstr ""
1066
+ "新增的 :meth:`loop.is_closed() <asyncio.loop.is_closed>` 方法可检测事件循环是否已关闭。 (由 "
1067
+ "Victor Stinner 在 :issue:`21326` 中贡献。).)"
1064
1068
1065
1069
#: ../../whatsnew/3.5.rst:791
1066
1070
msgid ""
@@ -1070,6 +1074,10 @@ msgid ""
1070
1074
"coroutines into tasks, such as :func:`asyncio.wait`, :func:`asyncio.gather`,"
1071
1075
" etc. (Contributed by Victor Stinner.)"
1072
1076
msgstr ""
1077
+ "新增的 :meth:`loop.create_task() <asyncio.loop.create_task>` 用来方便地新建一个 "
1078
+ ":class:`~asyncio.Task` 并将其排入协程的计划任务。 ``create_task`` 方法还可供所有将协程包装为任务的 "
1079
+ "asyncio 函数使用,例如 :func:`asyncio.wait`, :func:`asyncio.gather` 等。 (由 Victor "
1080
+ "Stinner 贡献。)"
1073
1081
1074
1082
#: ../../whatsnew/3.5.rst:798
1075
1083
msgid ""
@@ -1078,12 +1086,17 @@ msgid ""
1078
1086
"*high-* and *low-* water limits of the flow control. (Contributed by Victor "
1079
1087
"Stinner.)"
1080
1088
msgstr ""
1089
+ "新增的 :meth:`transport.get_write_buffer_limits() "
1090
+ "<asyncio.WriteTransport.get_write_buffer_limits>` 方法用于查询流程控制的 *高* 与 *低* "
1091
+ "水位限制。 (由 Victor Stinner 贡献。)"
1081
1092
1082
1093
#: ../../whatsnew/3.5.rst:803
1083
1094
msgid ""
1084
1095
"The :func:`~asyncio.async` function is deprecated in favor of "
1085
1096
":func:`~asyncio.ensure_future`. (Contributed by Yury Selivanov.)"
1086
1097
msgstr ""
1098
+ ":func:`~asyncio.async` 函数已被弃用并由 :func:`~asyncio.ensure_future` 取代。 (由 Yury "
1099
+ "Selivanov 贡献。)"
1087
1100
1088
1101
#: ../../whatsnew/3.5.rst:807
1089
1102
msgid ""
0 commit comments