@@ -3069,34 +3069,40 @@ msgstr ""
30693069msgid ""
30703070"The :mod:`!imp` module is pending deprecation. To keep compatibility with "
30713071"Python 2/3 code bases, the module's removal is currently not scheduled."
3072- msgstr ":mod:`!imp` 模块即将弃用 。 为保持与 Python 2/3 基础代码的兼容性,目前还没有移除该模块的计划。"
3072+ msgstr ":mod:`!imp` 模块已被弃用 。 为保持与 Python 2/3 基础代码的兼容性,目前还没有移除该模块的计划。"
30733073
30743074#: ../../whatsnew/3.4.rst:2107
30753075msgid ""
30763076"The :mod:`formatter` module is pending deprecation and is slated for removal"
30773077" in Python 3.6."
3078- msgstr ""
3078+ msgstr ":mod:`formatter` 模块已被弃用并计划在 Python 3.6 中移除。 "
30793079
30803080#: ../../whatsnew/3.4.rst:2110
30813081msgid ""
30823082"``MD5`` as the default *digestmod* for the :func:`hmac.new` function is "
30833083"deprecated. Python 3.6 will require an explicit digest name or constructor "
30843084"as *digestmod* argument."
30853085msgstr ""
3086+ "将 ``MD5`` 作为 :func:`hmac.new` 函数的默认 *digestmod* 的设置已被弃用。 Python 3.6 "
3087+ "将要求以一个显式的摘要名称或构造器作为 *digestmod* 参数。"
30863088
30873089#: ../../whatsnew/3.4.rst:2114
30883090msgid ""
30893091"The internal ``Netrc`` class in the :mod:`ftplib` module has been documented"
30903092" as deprecated in its docstring for quite some time. It now emits a "
30913093":exc:`DeprecationWarning` and will be removed completely in Python 3.5."
30923094msgstr ""
3095+ "很长一段时间以来 :mod:`ftplib` 模块中的内部 ``Netrc`` 类在其文档字符串中被声明为已弃用。 现在它将发出 "
3096+ ":exc:`DeprecationWarning` 并将在 Python 3.5 中完全移除。"
30933097
30943098#: ../../whatsnew/3.4.rst:2118
30953099msgid ""
30963100"The undocumented *endtime* argument to :meth:`subprocess.Popen.wait` should "
30973101"not have been exposed and is hopefully not in use; it is deprecated and will"
30983102" mostly likely be removed in Python 3.5."
30993103msgstr ""
3104+ "传给 :meth:`subprocess.Popen.wait` 的未写入文档的 *endtime* 参数不应被公开也不应被使用;它已被弃用并很可能在 "
3105+ "Python 3.5 中移除。"
31003106
31013107#: ../../whatsnew/3.4.rst:2122
31023108msgid ""
0 commit comments