@@ -777,6 +777,8 @@ msgid ""
777
777
"bootstrap ``pip`` if the automated bootstrapping into an installation or "
778
778
"virtual environment was declined."
779
779
msgstr ""
780
+ "新增的 :mod:`ensurepip` 模块是用于 :pep:`453` 实现的主要基础设施。 "
781
+ "在正常情况下最终用户不需要与此模块进行交互,但如果对安装版或虚拟环境的自动初始设置遭到拒绝则可使用它来手动初始设置 ``pip``。"
780
782
781
783
#: ../../whatsnew/3.4.rst:490
782
784
msgid ""
@@ -1328,6 +1330,8 @@ msgid ""
1328
1330
" is available for other implementations to use. (Contributed by Brian "
1329
1331
"Thorne in :issue:`12428`.)"
1330
1332
msgstr ""
1333
+ "现在标准库中增加了 :func:`~functools.partial` 函数的纯 Python 版本;在 CPython 中它会被 C "
1334
+ "加速版本覆盖,但它以供其他实现来使用。 (由 Brian Thorne 在 :issue:`12428` 中贡献。)"
1331
1335
1332
1336
#: ../../whatsnew/3.4.rst:885
1333
1337
msgid "gc"
@@ -1339,6 +1343,8 @@ msgid ""
1339
1343
"dictionaries containing the collections statistics since interpreter "
1340
1344
"startup. (Contributed by Antoine Pitrou in :issue:`16351`.)"
1341
1345
msgstr ""
1346
+ "新增的函数 :func:`~gc.get_stats` 可返回由三个单独生成字典组成的列表,每个字典均包含自解释器启动以来收集的统计信息。 (由 "
1347
+ "Antoine Pitrou 在 :issue:`16351` 中贡献。)"
1342
1348
1343
1349
#: ../../whatsnew/3.4.rst:893
1344
1350
msgid "glob"
@@ -1351,6 +1357,8 @@ msgid ""
1351
1357
"expansion but are instead matched literally. (Contributed by Serhiy "
1352
1358
"Storchaka in :issue:`8402`.)"
1353
1359
msgstr ""
1360
+ "新增函数 :func:`~glob.escape` 提供了为文件名中的特殊字符进行转义的方式以使它们不会成为 glob "
1361
+ "扩展的组成部分而是按字面值来匹配。 (由 Serhiy Storchaka 在 :issue:`8402` 中贡献。)"
1354
1362
1355
1363
#: ../../whatsnew/3.4.rst:901
1356
1364
msgid "hashlib"
0 commit comments