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