File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
- {"translation" : " 81.77%" , "updated_at" : " 2025-05-29T01:20:30Z " }
1
+ {"translation" : " 81.77%" , "updated_at" : " 2025-05-29T15:55:51Z " }
Original file line number Diff line number Diff line change @@ -891,6 +891,8 @@ msgid ""
891
891
":meth:`readinto` and :meth:`write` will try (respectively) to read as much "
892
892
"input as requested or to emit all provided data."
893
893
msgstr ""
894
+ "与 :class:`RawIOBase` 的主要差别在于 :meth:`read`, :meth:`readinto` 和 :meth:`write` "
895
+ "等方法会(分别)按要求读取尽可能多的输入或是耗尽已提供的所有数据。"
894
896
895
897
#: ../../library/io.rst:528
896
898
msgid ""
@@ -951,7 +953,7 @@ msgstr ""
951
953
msgid ""
952
954
"Read and return up to *size* bytes. If the argument is omitted, ``None``, or"
953
955
" negative read as much as possible."
954
- msgstr ""
956
+ msgstr "读取并返回至多 *size* 个字节。 如果此参数被省略、为 ``None`` 或为负值则会读取尽可能多的数据。 "
955
957
956
958
#: ../../library/io.rst:567
957
959
msgid ""
You can’t perform that action at this time.
0 commit comments