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

Skip to content

Commit 8d7bacf

Browse files
[po] auto sync
1 parent 56e8fd2 commit 8d7bacf

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "91.40%", "updated_at": "2024-03-12T01:27:58Z"}
1+
{"translation": "91.41%", "updated_at": "2024-03-12T02:12:49Z"}

whatsnew/3.5.po

Lines changed: 13 additions & 2 deletions
7438
Original file line numberDiff line numberDiff line change
@@ -3281,20 +3281,22 @@ msgstr ""
32813281
msgid ""
32823282
"The UTF-32 encoder is now 3 to 7 times faster. (Contributed by Serhiy "
32833283
"Storchaka in :issue:`15027`.)"
3284-
msgstr ""
3284+
msgstr "现在 UTF-32 编码器可提速 3 至 7 倍。 (由 Serhiy Storchaka 在 :issue:`15027` 中贡献。)"
32853285

32863286
#: ../../whatsnew/3.5.rst:2141
32873287
msgid ""
32883288
"Regular expressions are now parsed up to 10% faster. (Contributed by Serhiy "
32893289
"Storchaka in :issue:`19380`.)"
3290-
msgstr ""
3290+
msgstr "现在正则表达式的解析可提速至多 10%。 (由 Serhiy Storchaka 在 :issue:`19380` 中贡献。).)"
32913291

32923292
#: ../../whatsnew/3.5.rst:2144
32933293
msgid ""
32943294
"The :func:`json.dumps` function was optimized to run with "
32953295
"``ensure_ascii=False`` as fast as with ``ensure_ascii=True``. (Contributed "
32963296
"by Naoki Inada in :issue:`23206`.)"
32973297
msgstr ""
3298+
":func:`json.dumps` 函数已获优化使得设置 ``ensure_ascii=False`` 时与设置 "
3299+
"``ensure_ascii=True`` 时运行得一样快。 (由 Naoki Inada 在 :issue:`23206` 中贡献。)"
32983300

32993301
#: ../../whatsnew/3.5.rst:2148
33003302
msgid ""
@@ -3303,31 +3305,40 @@ msgid ""
33033305
":class:`type` as its metaclass. (Contributed Georg Brandl by in "
33043306
":issue:`22540`.)"
33053307
msgstr ""
3308+
":c:func:`PyObject_IsInstance` 和 :c:func:`PyObject_IsSubclass` 函数在第二个参数以 "
3309+
":class:`type` 作为其元类的常见情况下已获得加速。 (由 Georg Brandl 在 :issue:`22540` 中贡献。)"
33063310

33073311
#: ../../whatsnew/3.5.rst:2153
33083312
msgid ""
33093313
"Method caching was slightly improved, yielding up to 5% performance "
33103314
"improvement in some benchmarks. (Contributed by Antoine Pitrou in "
33113315
":issue:`22847`.)"
33123316
msgstr ""
3317+
"方法缓存操作已获少量改进,在某些基准测试中可产生至多 5% 的性能提升。 (由 Antoine Pitrou 在 :issue:`22847` "
3318+
"中贡献。)"
33133319

33143320
#: ../../whatsnew/3.5.rst:2157
33153321
msgid ""
33163322
"Objects from the :mod:`random` module now use 50% less memory on 64-bit "
33173323
"builds. (Contributed by Serhiy Storchaka in :issue:`23488`.)"
33183324
msgstr ""
3325+
"现在来自 :mod:`random` 模块的对象在 64 位编译版上使用的内存将减少 50%。 (由 Serhiy Storchaka 在 "
3326+
":issue:`23488` 中贡献。)"
33193327

33203328
#: ../../whatsnew/3.5.rst:2160
33213329
msgid ""
33223330
"The :func:`property` getter calls are up to 25% faster. (Contributed by Joe "
33233331
"Jevnik in :issue:`23910`.)"
33243332
msgstr ""
3333+
":func:`property` getter 调用可提速 25%。 (由 Joe Jevnik 在 :issue:`23910` 中贡献。)"
33253334

33263335
#: ../../whatsnew/3.5.rst:2163
33273336
msgid ""
33283337
"Instantiation of :class:`fractions.Fraction` is now up to 30% faster. "
33293338
"(Contributed by Stefan Behnel in :issue:`22464`.)"
33303339
msgstr ""
3340+
"现在 :class:`fractions.Fraction` 的实例化可提速至多 30%。 (由 Stefan Behnel 在 "
3341+
":issue:`22464` 中贡献。)"
33313342

33323343
#: ../../whatsnew/3.5.rst:2166
33333344
msgid ""

0 commit comments

Comments
 (0)
0