8000 [po] auto sync · python/python-docs-zh-cn@c4230d4 · GitHub
[go: up one dir, main page]

Skip to content

Commit c4230d4

Browse files
[po] auto sync
1 parent abaeb88 commit c4230d4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "91.79%", "updated_at": "2024-03-28T02:16:12Z"}
1+
{"translation": "91.80%", "updated_at": "2024-03-28T03:09:18Z"}

whatsnew/3.4.po

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,6 +1124,8 @@ msgid ""
11241124
":ref:`discussion <single-use-reusable-and-reentrant-cms>` of the differences"
11251125
" between single use, reusable and reentrant context managers."
11261126
msgstr ""
1127+
":mod:`contextlib` 文档也已获得更新以包括有关仅单用、可重用与可重入上下文管理器之间的区别的 :ref:`讨论 <single-use-"
1128+
"reusable-and-reentrant-cms>`。"
11271129

11281130
#: ../../whatsnew/3.4.rst:704
11291131
msgid "dbm"
@@ -1136,6 +1138,9 @@ msgid ""
11361138
"object will be called automatically at the end of the block. (Contributed "
11371139
"by Claudiu Popa and Nick Coghlan in :issue:`19282`.)"
11381140
msgstr ""
1141+
"现在 :func:`dbm.open` 对象已支持上下文管理器协议。 当在 :keyword:`with` 语句中使用时,数据库对象的 "
1142+
"``close`` 方法将在代码块结束时被自动调用。 (由 Claudiu Popa 和 Nick Coghlan 在 :issue:`19282` "
1143+
"中贡献。)"
11391144

11401145
#: ../../whatsnew/3.4.rst:713
11411146
msgid "dis"
@@ -1147,13 +1152,17 @@ msgid ""
11471152
":func:`~dis.disassemble` now accept a keyword-only *file* argument that "
11481153
"controls where they write their output."
11491154
msgstr ""
1155+
"现在 :func:`~dis.show_code`, :func:`~dis.dis`, :func:`~dis.distb` 和 "
1156+
":func:`~dis.disassemble` 等函数可接受仅限关键字参数 *file* 来控制其输出的写入目标。"
11501157

11511158
#: ../../whatsnew/3.4.rst:719
11521159
msgid ""
11531160
"The :mod:`dis` module is now built around an :class:`~dis.Instruction` class"
11541161
" that provides object oriented access to the details of each individual "
11551162
"bytecode operation."
11561163
msgstr ""
1164+
"现在 :mod:`dis` 模块是围绕 :class:`~dis.Instruction` "
1165+
"类来构建的,该类以面向对象的访问方式提供对于每个单独字节码操作的细节。"
11571166

11581167
#: ../../whatsnew/3.4.rst:723
11591168
msgid ""

0 commit comments

Comments
 (0)
0