@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.12\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2024-01-12 14:14 +0000\n "
15+ "POT-Creation-Date : 2024-02-09 14:13 +0000\n "
1616"PO-Revision-Date : 2021-06-28 00:48+0000\n "
1717"Last-Translator : haaritsubaki, 2023\n "
1818"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -28,20 +28,8 @@ msgid "Importing Modules"
2828msgstr ""
2929
3030msgid ""
31- "This is a simplified interface to :c:func:`PyImport_ImportModuleEx` below, "
32- "leaving the *globals* and *locals* arguments set to ``NULL`` and *level* set "
33- "to 0. When the *name* argument contains a dot (when it specifies a "
34- "submodule of a package), the *fromlist* argument is set to the list "
35- "``['*']`` so that the return value is the named module rather than the top-"
36- "level package containing it as would otherwise be the case. (Unfortunately, "
37- "this has an additional side effect when *name* in fact specifies a "
38- "subpackage instead of a submodule: the submodules specified in the package's "
39- "``__all__`` variable are loaded.) Return a new reference to the imported "
40- "module, or ``NULL`` with an exception set on failure. A failing import of a "
41- "module doesn't leave the module in :data:`sys.modules`."
42- msgstr ""
43-
44- msgid "This function always uses absolute imports."
31+ "This is a wrapper around :c:func:`PyImport_Import()` which takes a :c:expr:"
32+ "`const char *` as an argument instead of a :c:expr:`PyObject *`."
4533msgstr ""
4634
4735msgid "This function is a deprecated alias of :c:func:`PyImport_ImportModule`."
@@ -93,6 +81,9 @@ msgid ""
9381"hooks are installed in the current environment."
9482msgstr ""
9583
84+ msgid "This function always uses absolute imports."
85+ msgstr ""
86+
9687msgid ""
9788"Reload a module. Return a new reference to the reloaded module, or ``NULL`` "
9889"with an exception set on failure (the module still exists in this case)."
0 commit comments