@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.8\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2019-10-31 11:48 +0000\n "
14+ "POT-Creation-Date : 2019-11-06 11:52 +0000\n "
1515"PO-Revision-Date : 2017-02-16 17:37+0000\n "
1616"
Last-Translator :
汪心禾 <[email protected] >, 2019\n "
1717"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -565,7 +565,23 @@ msgstr ""
565565msgid "Only effective on modules created using single-phase initialization."
566566msgstr ""
567567
568- #: ../../c-api/module.rst:492
568+ #: ../../c-api/module.rst:488
569569msgid ""
570- "Removes the module object created from *def* from the interpreter state."
570+ "Python calls ``PyState_AddModule`` automatically after importing a module, "
571+ "so it is unnecessary (but harmless) to call it from module initialization "
572+ "code. An explicit call is needed only if the module's own init code "
573+ "subsequently calls ``PyState_FindModule``. The function is mainly intended "
574+ "for implementing alternative import mechanisms (either by calling it "
575+ "directly, or by referring to its implementation for details of the required "
576+ "state updates)."
577+ msgstr ""
578+
579+ #: ../../c-api/module.rst:496
580+ msgid "Return 0 on success or -1 on failure."
581+ msgstr ""
582+
583+ #: ../../c-api/module.rst:502
584+ msgid ""
585+ "Removes the module object created from *def* from the interpreter state. "
586+ "Return 0 on success or -1 on failure."
571587msgstr ""
0 commit comments