Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2eb39a0

Browse files
[po] auto sync
1 parentb446ae6 commit2eb39a0

File tree

2 files changed

+23
-5
lines changed

2 files changed

+23
-5
lines changed

‎.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation":"81.80%","updated_at":"2025-05-13T01:19:57Z"}
1+
{"translation":"81.81%","updated_at":"2025-05-13T02:27:48Z"}

‎whatsnew/changelog.po

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ msgstr "Windows"
5656
msgid ""
5757
":gh:`133626`: Ensures packages are not accidentally bundled into the "
5858
"traditional installer."
59-
msgstr ":gh:`133626`确保软件包不会意外打包进传统安装器。"
59+
msgstr ":gh:`133626`:确保软件包不会意外打包进传统安装器。"
6060

6161
#: ../NEWS:13
6262
msgid ""
6363
":gh:`133512`: Add warnings to :ref:`launcher` about use of subcommands "
6464
"belonging to the Python install manager."
65-
msgstr ":gh:`133512`:在:ref:`launcher` 中添加了关于使用属于 Python 安装管理器的子命令的警告。"
65+
msgstr ":gh:`133512`:在:ref:`launcher` 中添加了关于使用属于 Python 安装管理器的子命令的警告。"
6666

6767
#: ../NEWS:17 ../NEWS:249 ../NEWS:621 ../NEWS:1004 ../NEWS:1702 ../NEWS:1872
6868
#: ../NEWS:2123 ../NEWS:2243 ../NEWS:2884 ../NEWS:3972 ../NEWS:4435
@@ -89,6 +89,8 @@ msgid ""
8989
":gh:`133639`: Fix ``TestPyReplAutoindent.test_auto_indent_default()`` "
9090
"doesn't run ``input_code``."
9191
msgstr ""
92+
":gh:`133639`: 修复``TestPyReplAutoindent.test_auto_indent_default()`` "
93+
"未执行的问题``input_code`` 。"
9294

9395
#: ../NEWS:22
9496
msgid ""
@@ -53113,38 +53115,46 @@ msgid ""
5311353115
"(REDOS). They have been refactored. This resolves :cve:`2018-1060` and "
5311453116
":cve:`2018-1061`. Patch by Jamie Davis."
5311553117
msgstr ""
53118+
":issue:`32981`: difflib 和 poplib "
53119+
"模块中的正则表达式存在灾难性回溯的漏洞。这些正则表达式可以成为拒绝服务攻击的潜在载体。相关正则表达式已被重构。本更改解决了:cve:`2018-1060`"
53120+
" 和 :cve:`2018-1061`。补丁由 Jamie Davis 提交。"
5311653121

5311753122
#: ../NEWS:30128 ../NEWS:33834
5311853123
msgid ""
5311953124
":issue:`28414`: The ssl module now allows users to perform their own IDN "
5312053125
"en/decoding when using SNI."
53121-
msgstr ""
53126+
msgstr ":issue:`28414`: ssl 模块现在允许用户在使用 SNI 时,自行执行 IDN 的编码与解码操作。"
5312253127

5312353128
#: ../NEWS:30134
5312453129
msgid ""
5312553130
":issue:`35877`: Make parenthesis optional for named expressions in while "
5312653131
"statement. Patch by Karthikeyan Singaravelan."
5312753132
msgstr ""
53133+
":issue:`35877`: 允许在 while 语句中的赋值表达式中省略圆括号。补丁由 Karthikeyan Singaravelan 提交。"
5312853134

5312953135
#: ../NEWS:30137
5313053136
msgid ""
5313153137
":issue:`35814`: Allow same right hand side expressions in annotated "
5313253138
"assignments as in normal ones. In particular, ``x: Tuple[int, int] = 1, 2`` "
5313353139
"(without parentheses on the right) is now allowed."
5313453140
msgstr ""
53141+
":issue:`35814`: 允许在带有类型注解的赋值中使用与普通赋值相同的右侧表达式。特别地,现在允许写作``x: Tuple[int, int] "
53142+
"= 1, 2`` (右侧不必括号)。"
5313553143

5313653144
#: ../NEWS:30141
5313753145
msgid ""
5313853146
":issue:`35766`: Add the option to parse PEP 484 type comments in the ast "
5313953147
"module. (Off by default.) This is merging the key functionality of the third"
5314053148
" party fork thereof, [typed_ast](https://github.com/python/typed_ast)."
5314153149
msgstr ""
53150+
":issue:`35766`: 在 ast 模块中添加了解析 PEP 484 类型注释的选项。(默认关闭)本更改合并了第三方分支项目 "
53151+
"[typed_ast](https://github.com/python/typed_ast) 的关键功能。"
5314253152

5314353153
#: ../NEWS:30146
5314453154
msgid ""
5314553155
":issue:`35713`: Reorganize Python initialization to get working exceptions "
5314653156
"and sys.stderr earlier."
53147-
msgstr ""
53157+
msgstr ":issue:`35713`:重新组织 Python 的初始化流程,以便更早地启用异常处理机制和 sys.stderr。"
5314853158

5314953159
#: ../NEWS:30149
5315053160
msgid ""
@@ -64781,6 +64791,14 @@ msgid ""
6478164791
"customization after 3.6.3. and vice versa. Initial patch by Charles "
6478264792
"Wohlganger."
6478364793
msgstr ""
64794+
":issue:`27099`: 将 IDLE 的内置“扩展”功能转换为常规功能。约 10 项 IDLE "
64795+
"功能原本以可选扩展的形式实现,但是,它们的差异行为导致用户困惑甚至更糟,也不利于维护,因此,进行此次转换。对用户的主要区别在于,现在内置功能的可自定义按键绑定将采用统一方式处理。具体表现为:在某个按键集中编辑绑定仅会影响该按键集中的值。所有绑定均在"
64796+
" config-extensions.def 文件中系统预设的默认按键集中统一定义。所有自定义按键集会整体保存在 config-"
64797+
"extension.cfg 文件中。点击“应用”或“确定”后所有更改立即生效。受影响的交互事件包括'<<force-open-"
64798+
"completions>>'、'<<expand-word>>'、'<<force-open-calltip>>'、'<<flash-"
64799+
"paren>>'、'<<format-paragraph>>'、'<<run-module>>'、'<<check-module>>'和'<<zoom-"
64800+
"height>>'。注意:3.6.3 版本之前的(全局)自定义设置将不会影响 3.6.3 版本后按键集特定的自定义设置,反之亦然。初始补丁由 "
64801+
"Charles Wohlganger 提交。"
6478464802

6478564803
#: ../NEWS:37431 ../NEWS:39095
6478664804
msgid ""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp