Skip to content

Commit a1e1254

Browse files
sync with cpython e6043581
1 parent be546ae commit a1e1254

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

whatsnew/3.11.po

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"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"
1111
"PO-Revision-Date: 2023-05-28 18:21+0800\n"
1212
"Last-Translator: Matt Wang <[email protected]>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -5165,6 +5165,39 @@ msgstr ""
51655165
"詳情請見 :pep:`624` 與\\ :pep:`搬遷指南 <624#alternative-apis>`。(由 Inada "
51665166
"Naoki 於 :issue:`44029` 中所貢獻。)"
51675167

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+
51685201
#~ msgid ":opcode:`POP_JUMP_BACKWARD_IF_* <POP_JUMP_BACKWARD_IF_TRUE>`"
51695202
#~ msgstr ":opcode:`POP_JUMP_BACKWARD_IF_* <POP_JUMP_BACKWARD_IF_TRUE>`"
51705203

0 commit comments

Comments
 (0)