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

Skip to content

Commit 187b35e

Browse files
[po] auto sync
1 parent ef6e8f5 commit 187b35e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "91.56%", "updated_at": "2024-02-25T00:28:53Z"}
1+
{"translation": "91.57%", "updated_at": "2024-02-25T01:38:42Z"}

whatsnew/3.5.po

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1517,6 +1517,8 @@ msgid ""
15171517
"flag has the value ``\"n\"``. (Contributed by Claudiu Popa in "
15181518
":issue:`18039`.)"
15191519
msgstr ""
1520+
"当设置旗标值为 ``\"n\"`` 时 :func:`dumb.open <dbm.dumb.open>` 将总是创建新的数据库。 (由 Claudiu"
1521+
" Popa 在 :issue:`18039` 中贡献。)"
15201522

15211523
#: ../../whatsnew/3.5.rst:1061
15221524
msgid "difflib"
@@ -1530,13 +1532,18 @@ msgid ""
15301532
"``\"ISO-8859-1\"`` to ``\"utf-8\"``. (Contributed by Berker Peksag in "
15311533
":issue:`2052`.)"
15321534
msgstr ""
1535+
"由 :meth:`HtmlDiff.make_file() <difflib.HtmlDiff.make_file>` 生成的 HTML "
1536+
"文档的字符集现在可通过使用新增的 *charset* 仅限关键字参数来自定义。 HTML 文档的默认字符集已从 ``\"ISO-8859-1\"`` "
1537+
"改为 ``\"utf-8\"``。 (由 Berker Peksag 在 :issue:`2052` 中贡献。)"
15331538

15341539
#: ../../whatsnew/3.5.rst:1070
15351540
msgid ""
15361541
"The :func:`~difflib.diff_bytes` function can now compare lists of byte "
15371542
"strings. This fixes a regression from Python 2. (Contributed by Terry J. "
15381543
"Reedy and Greg Ward in :issue:`17445`.)"
15391544
msgstr ""
1545+
"现在 :func:`~difflib.diff_bytes` 函数可能比较字节串的列表。 这修复了一个来自 Python 2 遗留总是。 (由 "
1546+
"Terry J. Reedy 和 Greg Ward 在 :issue:`17445` 中贡献。)"
15401547

15411548
#: ../../whatsnew/3.5.rst:1076
15421549
msgid "distutils"
@@ -1548,6 +1555,8 @@ msgid ""
15481555
"enable parallel building of extension modules. (Contributed by Antoine "
15491556
"Pitrou in :issue:`5309`.)"
15501557
msgstr ""
1558+
"现在 ``build`` 和 ``build_ext`` 命令都接受一个 ``-j`` 选项以启用扩展模块的并行编译。 (由 Antoine "
1559+
"Pitrou 在 :issue:`5309` 中贡献。)"
15511560

15521561
#: ../../whatsnew/3.5.rst:1082
15531562
msgid ""
@@ -1566,6 +1575,9 @@ msgid ""
15661575
":class:`unittest.TestSuite` if *module* contains no docstrings, instead of "
15671576
"raising :exc:`ValueError`. (Contributed by Glenn Jones in :issue:`15916`.)"
15681577
msgstr ""
1578+
"如果 *module* 不包含任何文档字符串则 :func:`~doctest.DocTestSuite` 函数将返回一个空的 "
1579+
":class:`unittest.TestSuite`,而不是引发 :exc:`ValueError`。 (由 Glenn Jones 在 "
1580+
":issue:`15916` 中贡献。)"
15691581

15701582
#: ../../whatsnew/3.5.rst:1096
15711583
msgid "email"

0 commit comments

Comments
 (0)
0