@@ -2962,6 +2962,9 @@ msgid ""
2962
2962
"installed in the virtual environment. (Contributed by Nick Coghlan in "
2963
2963
":issue:`19552` as part of the :pep:`453` implementation.)"
2964
2964
msgstr ""
2965
+ ":class:`~venv.EnvBuilder` 和 :func:`~venv.create` 便捷函数接受新的关键字参数 "
2966
+ "*with_pip*,默认值为 ``False``,它控制 :class:`~venv.EnvBuilder` 是否确保 ``pip`` "
2967
+ "在虚拟环境中安装。 (作为 :pep:`453` 实现的组成部分由 Nick Coghlan 在 :issue:`19552` 中贡献。)"
2965
2968
2966
2969
#: ../../whatsnew/3.4.rst:1731
2967
2970
msgid "wave"
@@ -2972,26 +2975,34 @@ msgid ""
2972
2975
"The :meth:`~wave.getparams` method now returns a namedtuple rather than a "
2973
2976
"plain tuple. (Contributed by Claudiu Popa in :issue:`17487`.)"
2974
2977
msgstr ""
2978
+ "现在 :meth:`~wave.getparams` 方法将返回一个具名元组而不是普通元组。 (由 Claudiu Popa 在 "
2979
+ ":issue:`17487` 中贡献。)"
2975
2980
2976
2981
#: ../../whatsnew/3.4.rst:1736
2977
2982
msgid ""
2978
2983
":meth:`wave.open` now supports the context management protocol. "
2979
2984
"(Contributed by Claudiu Popa in :issue:`17616`.)"
2980
2985
msgstr ""
2986
+ "现在 :meth:`wave.open` 已支持上下文管理器协议。 (由 Claudiu Popa 在 :issue:`17616` 中贡献。)"
2981
2987
2982
2988
#: ../../whatsnew/3.4.rst:1739
2983
2989
msgid ""
2984
2990
":mod:`wave` can now :ref:`write output to unseekable files <wave-write-"
2985
2991
"objects>`. (Contributed by David Jones, Guilherme Polo, and Serhiy "
2986
2992
"Storchaka in :issue:`5202`.)"
2987
2993
msgstr ""
2994
+ "现在 :mod:`wave` 可以 :ref:`将输出写入到不可定位的文件 <wave-write-objects>`。 (由 David Jones,"
2995
+ " Guilherme Polo 和 Serhiy Storchaka 在 :issue:`5202` 中贡献。)"
2988
2996
2989
2997
#: ../../whatsnew/3.4.rst:1743
2990
2998
msgid ""
2991
2999
"The :meth:`~wave.Wave_write.writeframesraw` and "
2992
3000
":meth:`~wave.Wave_write.writeframes` methods now accept any :term:`bytes-"
2993
3001
"like object`. (Contributed by Serhiy Storchaka in :issue:`8311`.)"
2994
3002
msgstr ""
3003
+ "现在 :meth:`~wave.Wave_write.writeframesraw` 和 "
3004
+ ":meth:`~wave.Wave_write.writeframes` 方法将接受任意 :term:`bytes-like object`。 (由 "
3005
+ "Serhiy Storchaka 在 :issue:`8311` 中贡献。)"
2995
3006
2996
3007
#: ../../whatsnew/3.4.rst:1749
2997
3008
msgid "weakref"
0 commit comments