1212# ww song <[email protected] >, 20181313# zkonge <[email protected] >, 20191414# Arisaka97 <[email protected] >, 202015- # Freesand Leo <[email protected] >, 20201615# WH-2099 <[email protected] >, 202016+ # Freesand Leo <[email protected] >, 20201717#
1818#, fuzzy
1919msgid ""
@@ -22,7 +22,7 @@ msgstr ""
2222"Report-Msgid-Bugs-To : \n "
2323"POT-Creation-Date : 2020-12-21 04:56+0000\n "
2424"PO-Revision-Date : 2017-02-16 23:11+0000\n "
25- "Last-Translator : WH-2099 <wh2099@outlook .com>, 2020\n "
25+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2020\n "
2626"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2727"MIME-Version : 1.0\n "
2828"Content-Type : text/plain; charset=UTF-8\n "
@@ -608,6 +608,11 @@ msgid ""
608608"*flags* argument is it -- the flags (future features and compiler options) "
609609"in the surrounding code are ignored."
610610msgstr ""
611+ "可选参数 *flags* 和 *dont_inherit* 控制应当激活哪个 :ref:`编译器选项 <ast-compiler-flags>` "
612+ "以及应当允许哪个 :ref:`future 特性 <future>`。 如果两者都未提供 (或都为零) 则代码会应用与调用 "
613+ ":func:`compile` 的代码相同的旗标来编译。 如果给出了 *flags* 参数而未给出 *dont_inherit* (或者为零) "
614+ "则会在无论如何都将被使用的旗标之外还会额外使用 *flags* 参数所指定的编译器选项和 future 语句。 如果 *dont_inherit* "
615+ "为非零整数,则只使用 *flags* 参数 -- 外围代码中的旗标 (future 特性和编译器选项) 会被忽略。"
611616
612617#: ../../library/functions.rst:259
613618msgid ""
0 commit comments