@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version :Python 3.12\n "
1313"Report-Msgid-Bugs-To :\n "
14- "POT-Creation-Date :2025-02-07 14:52 +0000\n "
14+ "POT-Creation-Date :2025-02-14 14:53 +0000\n "
1515"PO-Revision-Date :2024-07-29 04:37+0000\n "
1616"Last-Translator :Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n "
1717"Language-Team :Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -325,6 +325,12 @@ msgid ""
325325"to interface a web server with a request handler."
326326msgstr ""
327327
328+ msgid ":mod:`importlib`:"
329+ msgstr ":mod:`importlib`:"
330+
331+ msgid "``load_module()`` method: use ``exec_module()`` instead."
332+ msgstr ""
333+
328334msgid ""
329335":class:`locale`: :func:`locale.getdefaultlocale` was deprecated in Python "
330336"3.11 and originally planned for removal in Python 3.13 (:gh:`90817`), but "
@@ -522,12 +528,6 @@ msgstr ""
522528msgid ":mod:`gettext`: Plural value must be an integer."
523529msgstr ""
524530
525- msgid ":mod:`importlib`:"
526- msgstr ":mod:`importlib`:"
527-
528- msgid "``load_module()`` method: use ``exec_module()`` instead."
529- msgstr ""
530-
531531msgid ""
532532":func:`~importlib.util.cache_from_source` *debug_override* parameter is "
533533"deprecated: use the *optimization* parameter instead."