@@ -2962,6 +2962,9 @@ msgid ""
29622962"installed in the virtual environment. (Contributed by Nick Coghlan in "
29632963":issue:`19552` as part of the :pep:`453` implementation.)"
29642964msgstr ""
2965+ ":class:`~venv.EnvBuilder` 和 :func:`~venv.create` 便捷函数接受新的关键字参数 "
2966+ "*with_pip*,默认值为 ``False``,它控制 :class:`~venv.EnvBuilder` 是否确保 ``pip`` "
2967+ "在虚拟环境中安装。 (作为 :pep:`453` 实现的组成部分由 Nick Coghlan 在 :issue:`19552` 中贡献。)"
29652968
29662969#: ../../whatsnew/3.4.rst:1731
29672970msgid "wave"
@@ -2972,26 +2975,34 @@ msgid ""
29722975"The :meth:`~wave.getparams` method now returns a namedtuple rather than a "
29732976"plain tuple. (Contributed by Claudiu Popa in :issue:`17487`.)"
29742977msgstr ""
2978+ "现在 :meth:`~wave.getparams` 方法将返回一个具名元组而不是普通元组。 (由 Claudiu Popa 在 "
2979+ ":issue:`17487` 中贡献。)"
29752980
29762981#: ../../whatsnew/3.4.rst:1736
29772982msgid ""
29782983":meth:`wave.open` now supports the context management protocol. "
29792984"(Contributed by Claudiu Popa in :issue:`17616`.)"
29802985msgstr ""
2986+ "现在 :meth:`wave.open` 已支持上下文管理器协议。 (由 Claudiu Popa 在 :issue:`17616` 中贡献。)"
29812987
29822988#: ../../whatsnew/3.4.rst:1739
29832989msgid ""
29842990":mod:`wave` can now :ref:`write output to unseekable files <wave-write-"
29852991"objects>`. (Contributed by David Jones, Guilherme Polo, and Serhiy "
29862992"Storchaka in :issue:`5202`.)"
29872993msgstr ""
2994+ "现在 :mod:`wave` 可以 :ref:`将输出写入到不可定位的文件 <wave-write-objects>`。 (由 David Jones,"
2995+ " Guilherme Polo 和 Serhiy Storchaka 在 :issue:`5202` 中贡献。)"
29882996
29892997#: ../../whatsnew/3.4.rst:1743
29902998msgid ""
29912999"The :meth:`~wave.Wave_write.writeframesraw` and "
29923000":meth:`~wave.Wave_write.writeframes` methods now accept any :term:`bytes-"
29933001"like object`. (Contributed by Serhiy Storchaka in :issue:`8311`.)"
29943002msgstr ""
3003+ "现在 :meth:`~wave.Wave_write.writeframesraw` 和 "
3004+ ":meth:`~wave.Wave_write.writeframes` 方法将接受任意 :term:`bytes-like object`。 (由 "
3005+ "Serhiy Storchaka 在 :issue:`8311` 中贡献。)"
29953006
29963007#: ../../whatsnew/3.4.rst:1749
29973008msgid "weakref"
0 commit comments