@@ -20,7 +20,7 @@ msgid ""
2020msgstr ""
2121"Project-Id-Version : Python 3.9\n "
2222"Report-Msgid-Bugs-To : \n "
23- "POT-Creation-Date : 2021-02-08 05:23 +0000\n "
23+ "POT-Creation-Date : 2021-03-02 05:36 +0000\n "
2424"PO-Revision-Date : 2017-02-16 23:11+0000\n "
2525"
Last-Translator :
Freesand Leo <[email protected] >, 2021\n "
2626"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -403,7 +403,7 @@ msgstr ""
403403":func:`sys.breakpointhook` 可以设置为其他一些函数并被 :func:`breakpoint` "
404404"自动调用,以允许进入你想用的调试器。"
405405
406- #: ../../library/functions.rst:131
406+ #: ../../library/functions.rst:130
407407msgid ""
408408"Raises an :ref:`auditing event <auditing>` ``builtins.breakpoint`` with "
409409"argument ``breakpointhook``."
@@ -656,7 +656,7 @@ msgid ""
656656":func:`ast.parse`."
657657msgstr "如果您想分析 Python 代码的 AST 表示,请参阅 :func:`ast.parse`。"
658658
659- #: ../../library/functions.rstNone
659+ #: ../../library/functions.rst:279
660660msgid ""
661661"Raises an :ref:`auditing event <auditing>` ``compile`` with arguments "
662662"``source``, ``filename``."
@@ -953,7 +953,7 @@ msgid ""
953953" with expressions containing only literals."
954954msgstr "另外可以参阅 :func:`ast.literal_eval`,该函数可以安全执行仅包含文字的表达式字符串。"
955955
956- #: ../../library/functions.rstNone ../../library/functions.rstNone
956+ #: ../../library/functions.rst:496 ../../library/functions.rst:532
957957msgid ""
958958"Raises an :ref:`auditing event <auditing>` ``exec`` with argument "
959959"``code_object``."
@@ -1324,7 +1324,7 @@ msgid ""
13241324"provide elaborate line editing and history features."
13251325msgstr "如果加载了 :mod:`readline` 模块,:func:`input` 将使用它来提供复杂的行编辑和历史记录功能。"
13261326
1327- #: ../../library/functions.rstNone
1327+ #: ../../library/functions.rst:788
13281328msgid ""
13291329"Raises an :ref:`auditing event <auditing>` ``builtins.input`` with argument "
13301330"``prompt``."
@@ -1336,7 +1336,7 @@ msgid ""
13361336"``prompt`` before reading input"
13371337msgstr "在读取输入前引发一个 :ref:`审计事件 <auditing>` ``builtins.input`` 附带参数 ``prompt``"
13381338
1339- #: ../../library/functions.rstNone
1339+ #: ../../library/functions.rst:793
13401340msgid ""
13411341"Raises an :ref:`auditing event <auditing>` ``builtins.input/result`` with "
13421342"argument ``result``."
@@ -1985,7 +1985,7 @@ msgstr ""
19851985"另请参阅文件操作模块,例如 :mod:`fileinput`、:mod:`io` (声明了 "
19861986":func:`open`)、:mod:`os`、:mod:`os.path`、:mod:`tempfile` 和 :mod:`shutil`。"
19871987
1988- #: ../../library/functions.rst:1238
1988+ #: ../../library/functions.rst:1237
19891989msgid ""
19901990"Raises an :ref:`auditing event <auditing>` ``open`` with arguments ``file``,"
19911991" ``mode``, ``flags``."
0 commit comments