Skip to content

Commit 09e0c8a

Browse files
sync with cpython 103728dc
1 parent e1e1d89 commit 09e0c8a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

library/functions.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: Python 3.12\n"
1111
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2023-10-20 00:03+0000\n"
12+
"POT-Creation-Date: 2023-11-25 00:03+0000\n"
1313
"PO-Revision-Date: 2023-07-02 22:53+0800\n"
1414
"Last-Translator: Matt Wang <mattwang44@gmail.com>\n"
1515
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -2094,13 +2094,13 @@ msgstr ""
20942094
msgid ""
20952095
"*buffering* is an optional integer used to set the buffering policy. Pass 0 "
20962096
"to switch buffering off (only allowed in binary mode), 1 to select line "
2097-
"buffering (only usable in text mode), and an integer > 1 to indicate the "
2098-
"size in bytes of a fixed-size chunk buffer. Note that specifying a buffer "
2099-
"size this way applies for binary buffered I/O, but ``TextIOWrapper`` (i.e., "
2100-
"files opened with ``mode='r+'``) would have another buffering. To disable "
2101-
"buffering in ``TextIOWrapper``, consider using the ``write_through`` flag "
2102-
"for :func:`io.TextIOWrapper.reconfigure`. When no *buffering* argument is "
2103-
"given, the default buffering policy works as follows:"
2097+
"buffering (only usable when writing in text mode), and an integer > 1 to "
2098+
"indicate the size in bytes of a fixed-size chunk buffer. Note that "
2099+
"specifying a buffer size this way applies for binary buffered I/O, but "
2100+
"``TextIOWrapper`` (i.e., files opened with ``mode='r+'``) would have another "
2101+
"buffering. To disable buffering in ``TextIOWrapper``, consider using the "
2102+
"``write_through`` flag for :func:`io.TextIOWrapper.reconfigure`. When no "
2103+
"*buffering* argument is given, the default buffering policy works as follows:"
21042104
msgstr ""
21052105

21062106
#: ../../library/functions.rst:1232

0 commit comments

Comments
 (0)