Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e5b81 commit 8c76c81Copy full SHA for 8c76c81
1 file changed
distutils/extending.po
@@ -81,13 +81,17 @@ msgid ""
81
"features in distutils itself, and wait for (and require) a version of Python"
82
" that provides that support. This is really hard for many reasons."
83
msgstr ""
84
+"有多种方法可将新的命令实现集成到 distutils 中。 最困难的一种是鼓动在 distutils 自身内部包含新特性,并等待(以及要求)某个 "
85
+"Python 版本提供该支持。 出于多种原因,这确实是相当难的。"
86
87
#: ../../distutils/extending.rst:42
88
msgid ""
89
"The most common, and possibly the most reasonable for most needs, is to "
90
"include the new implementations with your :file:`setup.py` script, and cause"
91
" the :func:`distutils.core.setup` function use them::"
92
93
+"对于大多数需求来说最为常见并且可能最为合理的一种则是通过你自己的 :file:`setup.py` 脚本来包含新的实现,然后让 "
94
+":func:`distutils.core.setup` 函数使用它们::"
95
96
#: ../../distutils/extending.rst:57
97
0 commit comments