@@ -15,7 +15,7 @@ msgid ""
15
15
msgstr ""
16
16
"Project-Id-Version : Python 3.8\n "
17
17
"Report-Msgid-Bugs-To : \n "
18
- "POT-Creation-Date : 2019-10-31 11:48 +0000\n "
18
+ "POT-Creation-Date : 2019-11-06 11:52 +0000\n "
19
19
"PO-Revision-Date : 2017-02-16 17:37+0000\n "
20
20
"Last-Translator : tomo, 2019\n "
21
21
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -653,7 +653,23 @@ msgstr ""
653
653
msgid "Only effective on modules created using single-phase initialization."
654
654
msgstr "一段階初期化を使って作成されたモジュールにのみ有効です。"
655
655
656
- #: ../../c-api/module.rst:492
656
+ #: ../../c-api/module.rst:488
657
657
msgid ""
658
- "Removes the module object created from *def* from the interpreter state."
659
- msgstr "*def* から作られたモジュールオブジェクトをインタプリタ state から削除します。"
658
+ "Python calls ``PyState_AddModule`` automatically after importing a module, "
659
+ "so it is unnecessary (but harmless) to call it from module initialization "
660
+ "code. An explicit call is needed only if the module's own init code "
661
+ "subsequently calls ``PyState_FindModule``. The function is mainly intended "
662
+ "for implementing alternative import mechanisms (either by calling it "
663
+ "directly, or by referring to its implementation for details of the required "
664
+ "state updates)."
665
+ msgstr ""
666
+
667
+ #: ../../c-api/module.rst:496
668
+ msgid "Return 0 on success or -1 on failure."
669
+ msgstr ""
670
+
671
+ #: ../../c-api/module.rst:502
672
+ msgid ""
673
+ "Removes the module object created from *def* from the interpreter state. "
674
+ "Return 0 on success or -1 on failure."
675
+ msgstr ""
0 commit comments