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

Commitc15ae28

Browse files
[po] auto sync
1 parent3417a44 commitc15ae28

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

‎.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation":"81.67%","updated_at":"2025-04-28T07:01:53Z"}
1+
{"translation":"81.67%","updated_at":"2025-04-28T08:02:33Z"}

‎whatsnew/3.3.po

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1490,13 +1490,15 @@ msgstr ""
14901490
msgid""
14911491
":func:`print`: added the *flush* keyword argument. If the *flush* keyword "
14921492
"argument is true, the stream is forcibly flushed."
1493-
msgstr""
1493+
msgstr":func:`print`: 增加了 *flush* 关键字参数。 如果 *flush* 关键字参数为真值,流会被强制刷新。"
14941494

14951495
#:../../whatsnew/3.3.rst:852
14961496
msgid""
14971497
":func:`hash`: hash randomization is enabled by default, see "
14981498
":meth:`object.__hash__` and :envvar:`PYTHONHASHSEED`."
14991499
msgstr""
1500+
":func:`hash`: 默认将启用哈希随机化,参见 :meth:`object.__hash__` 和 "
1501+
":envvar:`PYTHONHASHSEED`。"
15001502

15011503
#:../../whatsnew/3.3.rst:854
15021504
msgid""
@@ -1760,12 +1762,16 @@ msgid ""
17601762
">>> b''.join(encoder.encode(x) for x in '\\u52ff\\u65bd\\u65bc\\u4eba\\u3002 Bye.')\n"
17611763
"b'~{NpJ)l6HK!#~} Bye.'"
17621764
msgstr""
1765+
">>> import codecs\n"
1766+
">>> encoder = codecs.getincrementalencoder('hz')('strict')\n"
1767+
">>> b''.join(encoder.encode(x) for x in '\\u52ff\\u65bd\\u65bc\\u4eba\\u3002 Bye.')\n"
1768+
"b'~{NpJ)l6HK!#~} Bye.'"
17631769

17641770
#:../../whatsnew/3.3.rst:1012
17651771
msgid""
17661772
"This example gives ``b'~{Np~}~{J)~}~{l6~}~{HK~}~{!#~} Bye.'`` with older "
17671773
"Python versions."
1768-
msgstr""
1774+
msgstr"对于旧版 Python 此示例将给出 ``b'~{Np~}~{J)~}~{l6~}~{HK~}~{!#~} Bye.'``。"
17691775

17701776
#:../../whatsnew/3.3.rst:1015
17711777
msgid"(:issue:`12100`)"
@@ -2110,15 +2116,15 @@ msgstr ""
21102116
msgid""
21112117
"The ``watchexp`` parameter in the :meth:`~decimal.Decimal.quantize` method "
21122118
"is deprecated."
2113-
msgstr""
2119+
msgstr":meth:`~decimal.Decimal.quantize` 方法的 ``watchexp`` 形参已被弃用。"
21142120

21152121
#:../../whatsnew/3.3.rst:1195
21162122
msgid"email"
21172123
msgstr"email"
21182124

21192125
#:../../whatsnew/3.3.rst:1198
21202126
msgid"Policy Framework"
2121-
msgstr""
2127+
msgstr"策略框架"
21222128

21232129
#:../../whatsnew/3.3.rst:1200
21242130
msgid""
@@ -2173,7 +2179,7 @@ msgstr ""
21732179

21742180
#:../../whatsnew/3.3.rst:1230
21752181
msgid"raise_on_defect"
2176-
msgstr""
2182+
msgstr"raise_on_defect"
21772183

21782184
#:../../whatsnew/3.3.rst:1230
21792185
msgid""
@@ -2392,6 +2398,8 @@ msgid ""
23922398
"when creating the outgoing socket. (Contributed by Giampaolo Rodolà in "
23932399
":issue:`8594`.)"
23942400
msgstr""
2401+
"现在 :class:`ftplib.FTP` 接受一个 ``source_address`` 关键字参数用于在创建外发套接字时指定 ``(host, "
2402+
"port)`` 作为绑定调用中的源地址。 (由 Giampaolo Rodolà 在 :issue:`8594` 中贡献。)"
23952403

23962404
#:../../whatsnew/3.3.rst:1379
23972405
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp