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 17c2b13 commit c18b905Copy full SHA for c18b905
1 file changed
library/compileall.po
@@ -276,6 +276,8 @@ msgid ""
276
"names, which allows byte-code files from multiple versions of Python to "
277
"coexist."
278
msgstr ""
279
+"如果 *legacy* 为真值,则将字节码文件写入到它们的传统位置和名称,这可能会覆盖由另一版本的 Python 所创建的字节码文件。 "
280
+"默认是将文件写入到它们的 :pep:`3147` 位置和名称,这允许来自多个版本的 Python 字节码文件共存。"
281
282
#: ../../library/compileall.rst:184 ../../library/compileall.rst:261
283
msgid ""
@@ -284,6 +286,8 @@ msgid ""
284
286
"optimization levels which lead to multiple compilations of one :file:`.py` "
285
287
"file in one call."
288
289
+"*optimize* 指明编译器的优化级别。 它会被传给内置 :func:`compile` 函数。 还接受一个优化层别列表这将在单次调用中多次编译一个"
290
+" :file:`.py` 文件。"
291
292
#: ../../library/compileall.rst:188
293
0 commit comments