Skip to content

Commit 0225c49

Browse files
[po] auto sync
1 parent e56b591 commit 0225c49

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.stat.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "92.81%", "updated_at": "2024-04-28T07:21:44Z"}
1+
{"translation": "92.81%", "updated_at": "2024-04-29T07:21:41Z"}

whatsnew/3.4.po

+13
Original file line numberDiff line numberDiff line change
@@ -2068,6 +2068,9 @@ msgid ""
20682068
"encrypted POP3 session if the POP server supports it. (Contributed by "
20692069
"Lorenzo Catucci in :issue:`4473`.)"
20702070
msgstr ""
2071+
"在 :mod:`poplib` 中新增了两个方法: :meth:`~poplib.POP3.capa`,它将返回 POP 服务器公开的功能列表,以及 "
2072+
":meth:`~poplib.POP3.stls`,它将在 POP 支持的情况下将明文 POP3 会话切换为加密 POP3 会话。 (由 Lorenzo"
2073+
" Catucci 在 :issue:`4473` 中贡献。)"
20712074

20722075
#: ../../whatsnew/3.4.rst:1257
20732076
msgid "pprint"
@@ -2082,6 +2085,10 @@ msgid ""
20822085
"many sequence elements as will fit within *width* on each (indented) line. "
20832086
"(Contributed by Serhiy Storchaka in :issue:`19132`.)"
20842087
msgstr ""
2088+
":mod:`pprint` 模块的 :class:`~pprint.PrettyPrinter` 类以及 :func:`~pprint.pformat`"
2089+
" 和 :func:`~pprint.pprint` 函数新增了一个选项 *compact*,它可控制输出所使用的格式。 目前将 *compact* 设为"
2090+
" ``True`` 表示打印序列时将在每个(缩进的)行中放入 *width* 所允许的尽可能多的元素。 (由 Serhiy Storchaka 在 "
2091+
":issue:`19132` 中贡献。)"
20852092

20862093
#: ../../whatsnew/3.4.rst:1266
20872094
msgid ""
@@ -2216,6 +2223,9 @@ msgid ""
22162223
"method will be called automatically at the end of the block. (Contributed "
22172224
"by Serhiy Storchaka in :issue:`16488`.)"
22182225
msgstr ""
2226+
"现在 :class:`~select.epoll` 对象可支持上下文管理协议。 当在 :keyword:`with` "
2227+
"语句中使用时,:meth:`~select.epoll.close` 方法将在代码块结束时被自动调用。 (由 Serhiy Storchaka 在 "
2228+
":issue:`16488` 中贡献。)"
22192229

22202230
#: ../../whatsnew/3.4.rst:1345
22212231
msgid ""
@@ -2224,6 +2234,9 @@ msgid ""
22242234
":attr:`~select.devpoll.closed`. (Contributed by Victor Stinner in "
22252235
":issue:`18794`.)"
22262236
msgstr ""
2237+
"现在 :class:`~select.devpoll` 对象具有 :meth:`~select.devpoll.fileno` 和 "
2238+
":meth:`~select.devpoll.close` 方法,以及新的属性 :attr:`~select.devpoll.closed`。 (由 "
2239+
"Victor Stinner 在 :issue:`18794` 中贡献。)"
22272240

22282241
#: ../../whatsnew/3.4.rst:1352
22292242
msgid "shelve"

0 commit comments

Comments
 (0)