Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ac2f214

Browse files
[po] auto sync
1 parent 8dc96ab commit ac2f214

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "95.00%", "updated_at": "2024-03-20T06:56:20Z"}
1+
{"translation": "95.01%", "updated_at": "2024-03-20T07:56:19Z"}

whatsnew/3.4.po

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3069,34 +3069,40 @@ msgstr ""
30693069
msgid ""
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
30753075
msgid ""
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
30813081
msgid ""
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."
30853085
msgstr ""
3086+
"将 ``MD5`` 作为 :func:`hmac.new` 函数的默认 *digestmod* 的设置已被弃用。 Python 3.6 "
3087+
"将要求以一个显式的摘要名称或构造器作为 *digestmod* 参数。"
30863088

30873089
#: ../../whatsnew/3.4.rst:2114
30883090
msgid ""
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."
30923094
msgstr ""
3095+
"很长一段时间以来 :mod:`ftplib` 模块中的内部 ``Netrc`` 类在其文档字符串中被声明为已弃用。 现在它将发出 "
3096+
":exc:`DeprecationWarning` 并将在 Python 3.5 中完全移除。"
30933097

30943098
#: ../../whatsnew/3.4.rst:2118
30953099
msgid ""
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."
30993103
msgstr ""
3104+
"传给 :meth:`subprocess.Popen.wait` 的未写入文档的 *endtime* 参数不应被公开也不应被使用;它已被弃用并很可能在 "
3105+
"Python 3.5 中移除。"
31003106

31013107
#: ../../whatsnew/3.4.rst:2122
31023108
msgid ""

0 commit comments

Comments
 (0)