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