|
7 | 7 | msgstr ""
|
8 | 8 | "Project-Id-Version: Python 3.12\n"
|
9 | 9 | "Report-Msgid-Bugs-To: \n"
|
10 |
| -"POT-Creation-Date: 2024-01-28 00:03+0000\n" |
| 10 | +"POT-Creation-Date: 2024-01-29 00:03+0000\n" |
11 | 11 | "PO-Revision-Date: 2023-05-28 18:21+0800\n"
|
12 | 12 | " Last-Translator: Matt Wang <[email protected]>\n"
|
13 | 13 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
|
@@ -5165,6 +5165,39 @@ msgstr ""
|
5165 | 5165 | "詳情請見 :pep:`624` 與\\ :pep:`搬遷指南 <624#alternative-apis>`。(由 Inada "
|
5166 | 5166 | "Naoki 於 :issue:`44029` 中所貢獻。)"
|
5167 | 5167 |
|
| 5168 | +#: ../../whatsnew/3.11.rst:2705 |
| 5169 | +msgid "Notable changes in 3.11.4" |
| 5170 | +msgstr "" |
| 5171 | + |
| 5172 | +#: ../../whatsnew/3.11.rst:2708 |
| 5173 | +#, fuzzy |
| 5174 | +msgid "tarfile" |
| 5175 | +msgstr "tempfile" |
| 5176 | + |
| 5177 | +#: ../../whatsnew/3.11.rst:2710 |
| 5178 | +msgid "" |
| 5179 | +"The extraction methods in :mod:`tarfile`, and :func:`shutil.unpack_archive`, " |
| 5180 | +"have a new a *filter* argument that allows limiting tar features than may be " |
| 5181 | +"surprising or dangerous, such as creating files outside the destination " |
| 5182 | +"directory. See :ref:`tarfile-extraction-filter` for details. In Python 3.12, " |
| 5183 | +"use without the *filter* argument will show a :exc:`DeprecationWarning`. In " |
| 5184 | +"Python 3.14, the default will switch to ``'data'``. (Contributed by Petr " |
| 5185 | +"Viktorin in :pep:`706`.)" |
| 5186 | +msgstr "" |
| 5187 | + |
| 5188 | +#: ../../whatsnew/3.11.rst:2722 |
| 5189 | +msgid "Notable changes in 3.11.5" |
| 5190 | +msgstr "" |
| 5191 | + |
| 5192 | +#: ../../whatsnew/3.11.rst:2725 |
| 5193 | +msgid "OpenSSL" |
| 5194 | +msgstr "" |
| 5195 | + |
| 5196 | +#: ../../whatsnew/3.11.rst:2727 |
| 5197 | +msgid "" |
| 5198 | +"Windows builds and macOS installers from python.org now use OpenSSL 3.0." |
| 5199 | +msgstr "" |
| 5200 | + |
5168 | 5201 | #~ msgid ":opcode:`POP_JUMP_BACKWARD_IF_* <POP_JUMP_BACKWARD_IF_TRUE>`"
|
5169 | 5202 | #~ msgstr ":opcode:`POP_JUMP_BACKWARD_IF_* <POP_JUMP_BACKWARD_IF_TRUE>`"
|
5170 | 5203 |
|
|
0 commit comments