|
9 | 9 | msgstr ""
|
10 | 10 | "Project-Id-Version: Python 3.12\n"
|
11 | 11 | "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" |
13 | 13 | "PO-Revision-Date: 2023-07-02 22:53+0800\n"
|
14 | 14 | "Last-Translator: Matt Wang <mattwang44@gmail.com>\n"
|
15 | 15 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
|
@@ -2094,13 +2094,13 @@ msgstr ""
|
2094 | 2094 | msgid ""
|
2095 | 2095 | "*buffering* is an optional integer used to set the buffering policy. Pass 0 "
|
2096 | 2096 | "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:" |
2104 | 2104 | msgstr ""
|
2105 | 2105 |
|
2106 | 2106 | #: ../../library/functions.rst:1232
|
|
0 commit comments