File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
- {"translation" : " 92.92 %" , "updated_at" : " 2024-05-07T02:28:11Z " }
1
+ {"translation" : " 92.93 %" , "updated_at" : " 2024-05-08T00:30:54Z " }
Original file line number Diff line number Diff line change @@ -2904,6 +2904,9 @@ msgid ""
2904
2904
"installed in the virtual environment. (Contributed by Nick Coghlan in "
2905
2905
":issue:`19552` as part of the :pep:`453` implementation.)"
2906
2906
msgstr ""
2907
+ ":class:`~venv.EnvBuilder` 和 :func:`~venv.create` 便捷函数接受新的关键字参数 "
2908
+ "*with_pip*,默认值为 ``False``,它控制 :class:`~venv.EnvBuilder` 是否确保 ``pip`` "
2909
+ "在虚拟环境中安装。 (作为 :pep:`453` 实现的组成部分由 Nick Coghlan 在 :issue:`19552` 中贡献。)"
2907
2910
2908
2911
#: ../../whatsnew/3.4.rst:1731
2909
2912
msgid "wave"
@@ -2914,12 +2917,15 @@ msgid ""
2914
2917
"The :meth:`~wave.getparams` method now returns a namedtuple rather than a "
2915
2918
"plain tuple. (Contributed by Claudiu Popa in :issue:`17487`.)"
2916
2919
msgstr ""
2920
+ "现在 :meth:`~wave.getparams` 方法将返回一个具名元组而不是普通元组。 (由 Claudiu Popa 在 "
2921
+ ":issue:`17487` 中贡献。)"
2917
2922
2918
2923
#: ../../whatsnew/3.4.rst:1736
2919
2924
msgid ""
2920
2925
":meth:`wave.open` now supports the context management protocol. "
2921
2926
"(Contributed by Claudiu Popa in :issue:`17616`.)"
2922
2927
msgstr ""
2928
+ "现在 :meth:`wave.open` 已支持上下文管理器协议。 (由 Claudiu Popa 在 :issue:`17616` 中贡献。)"
2923
2929
2924
2930
#: ../../whatsnew/3.4.rst:1739
2925
2931
msgid ""
You can’t perform that action at this time.
0 commit comments