@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version: Python 3.14\n"
1313"Report-Msgid-Bugs-To: \n"
14- "POT-Creation-Date: 2026-07-25 15:45 +0000\n"
14+ "POT-Creation-Date: 2026-07-27 17:06 +0000\n"
1515"PO-Revision-Date: 2026-05-08 17:19+0000\n"
1616"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2026\n"
1717"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -156,6 +156,13 @@ msgstr ""
156156msgid "Library"
157157msgstr "Biblioteka"
158158
159+ msgid ""
160+ ":gh:`93251`: Fix :exc:`UnicodeDecodeError` in :mod:`socket` functions (such "
161+ "as :func:`~socket.getaddrinfo` and :func:`~socket.gethostbyaddr`) when the "
162+ "localized error message of the C library is not UTF-8: decode it from the "
163+ "locale encoding."
164+ msgstr ""
165+
159166msgid ""
160167":gh:`154551`: Fix :func:`ctypes.util.find_library` returning ``None`` in non-"
161168"UTF-8 locales."
@@ -795,6 +802,12 @@ msgid ""
795802"Based on a fix proposed by Tabrez Mohammed."
796803msgstr ""
797804
805+ msgid ""
806+ ":gh:`140326`: Fix the :mod:`asyncio` REPL namespace so that relative imports "
807+ "no longer resolve against the :mod:`asyncio` package and ``__file__`` is no "
808+ "longer set."
809+ msgstr ""
810+
798811msgid ""
799812":gh:`79638`: Disallow all access in :mod:`urllib.robotparser` if the "
800813"``robots.txt`` file is unreachable due to server or network errors."
@@ -937,6 +950,11 @@ msgstr ""
937950msgid "Core and Builtins"
938951msgstr "Core i builtiny"
939952
953+ msgid ""
954+ ":gh:`154695`: Fix :class:`asyncio.Task` raising :exc:`AttributeError` when "
955+ "created with ``eager_start=True`` and no explicit *loop* argument."
956+ msgstr ""
957+
940958msgid ""
941959":gh:`153809`: Fix interpreter crash while deallocating objects of :class:"
942960"`asyncio.Task` on free-threaded builds. Contributed by Sergey Miryanov."
0 commit comments