|
1 | 1 | # SOME DESCRIPTIVE TITLE.
|
2 |
| -# Copyright (C) 2001-2023, Python Software Foundation |
| 2 | +# Copyright (C) 2001-2024, Python Software Foundation |
3 | 3 | # This file is distributed under the same license as the Python package.
|
4 | 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5 | 5 | #
|
|
13 | 13 | # CatNeverCodes CNC <574469831@qq.com>, 2021
|
14 | 14 | # Jason Ren, 2023
|
15 | 15 | # Rafael Fontenelle <rffontenelle@gmail.com>, 2023
|
16 |
| -# Freesand Leo <yuqinju@163.com>, 2023 |
| 16 | +# Freesand Leo <yuqinju@163.com>, 2024 |
17 | 17 | #
|
18 | 18 | #, fuzzy
|
19 | 19 | msgid ""
|
20 | 20 | msgstr ""
|
21 | 21 | "Project-Id-Version: Python 3.8\n"
|
22 | 22 | "Report-Msgid-Bugs-To: \n"
|
23 |
| -"POT-Creation-Date: 2023-09-08 16:17+0000\n" |
| 23 | +"POT-Creation-Date: 2024-02-03 01:01+0000\n" |
24 | 24 | "PO-Revision-Date: 2020-05-30 12:18+0000\n"
|
25 |
| -"Last-Translator: Freesand Leo <yuqinju@163.com>, 2023\n" |
| 25 | +"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n" |
26 | 26 | "Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
|
27 | 27 | "MIME-Version: 1.0\n"
|
28 | 28 | "Content-Type: text/plain; charset=UTF-8\n"
|
@@ -3714,3 +3714,7 @@ msgid ""
|
3714 | 3714 | " Python 3.14, the default will switch to ``'data'``. (Contributed by Petr "
|
3715 | 3715 | "Viktorin in :pep:`706`.)"
|
3716 | 3716 | msgstr ""
|
| 3717 | +":mod:`tarfile` 中的提取方法和 :func:`shutil.unpack_archive` 都新增了 *filter* " |
| 3718 | +"参数以允许限制可能令人意外或危险的 tar 特性,例如在目标目录之外创建文件。 相关细节参见 :ref:`tarfile-extraction-" |
| 3719 | +"filter`。 在 Python 3.12 中,不带 *filter* 参数的用法将显示 :exc:`DeprecationWarning`。 在 " |
| 3720 | +"Python 3.14 中,默认值将切换为 ``'data'``。 (由 Petr Viktorin 在 :pep:`706` 中贡献。)" |
0 commit comments