File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -127,12 +127,14 @@ msgid ""
127127"Raises an :ref:`auditing event <auditing>` ``msvcrt.open_osfhandle`` with "
128128"arguments ``handle``, ``flags``."
129129msgstr ""
130+ "引发一个 :ref:`审计事件 <auditing>` ``msvcrt.open_osfhandle``,附带参数 ``handle``, "
131+ "``flags``。"
130132
131133#: ../../library/msvcrt.rst:87
132134msgid ""
133135"Return the file handle for the file descriptor *fd*. Raises :exc:`OSError` "
134136"if *fd* is not recognized."
135- msgstr ""
137+ msgstr "返回文件描述符 *fd* 的文件句柄。 如果 *fd* 不能被识别则会引发 :exc:`OSError`。 "
136138
137139#: ../../library/msvcrt.rst:90
138140msgid ""
@@ -142,11 +144,11 @@ msgstr ""
142144
143145#: ../../library/msvcrt.rst:96
144146msgid "Console I/O"
145- msgstr ""
147+ msgstr "控制台 I/O "
146148
147149#: ../../library/msvcrt.rst:101
148150msgid "Return ``True`` if a keypress is waiting to be read."
149- msgstr ""
151+ msgstr "如果有某个按键正在等待被读取则返回 ``True``。 "
150152
151153#: ../../library/msvcrt.rst:106
152154msgid ""
Original file line number Diff line number Diff line change @@ -1582,6 +1582,9 @@ msgid ""
15821582"should be used instead of ``ExtSlice(slices)``. (Contributed by Serhiy "
15831583"Storchaka in :issue:`34822`.)"
15841584msgstr ""
1585+ ":mod:`ast` 类 ``slice``, ``Index`` 和 ``ExtSlice`` 被视为已弃用并将在未来的 Python 版本中被移除。"
1586+ " 应当使用 ``value`` 本身而不再是 ``Index(value)``。 应当使用 ``Tuple(slices, Load())`` 而不再是"
1587+ " ``ExtSlice(slices)``。 (由 Serhiy Storchaka 在 :issue:`34822` 中贡献。)"
15851588
15861589#: ../../whatsnew/3.9.rst:896
15871590msgid ""
You can’t perform that action at this time.
0 commit comments