File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -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-04-11 14:31 +0000\n "
14+ "POT-Creation-Date : 2026-05-01 14:49 +0000\n "
1515"PO-Revision-Date : 2025-09-16 00:00+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
Original file line number Diff line number Diff line change @@ -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-04-23 15:47 +0000\n "
14+ "POT-Creation-Date : 2026-05-01 14:49 +0000\n "
1515"PO-Revision-Date : 2025-09-16 00:01+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -38,11 +38,10 @@ msgid ""
3838"glossary/#term-Distribution-Package>`_, such as its entry points or its top-"
3939"level names (`Import Package <https://packaging.python.org/en/latest/"
4040"glossary/#term-Import-Package>`_\\ s, modules, if any). Built in part on "
41- "Python's import system, this library intends to replace similar "
42- "functionality in the `entry point API`_ and `metadata API`_ of "
43- "``pkg_resources``. Along with :mod:`importlib.resources`, this package can "
44- "eliminate the need to use the older and less efficient ``pkg_resources`` "
45- "package."
41+ "Python's import system, this library provides the entry point and metadata "
42+ "APIs that were previously exposed by the now-removed ``pkg_resources`` "
43+ "package. Along with :mod:`importlib.resources`, it supersedes "
44+ "``pkg_resources``."
4645msgstr ""
4746
4847msgid ""
Original file line number Diff line number Diff line change @@ -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-04-23 15:47 +0000\n "
14+ "POT-Creation-Date : 2026-05-01 14:49 +0000\n "
1515"PO-Revision-Date : 2025-09-16 00:01+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -35,6 +35,12 @@ msgid ""
3535"does not support writing TOML."
3636msgstr ""
3737
38+ msgid ""
39+ "Be cautious when parsing data from untrusted sources. A malicious TOML "
40+ "string may cause the decoder to consume considerable CPU and memory "
41+ "resources. Limiting the size of data to be parsed is recommended."
42+ msgstr ""
43+
3844msgid ""
3945"The :pypi:`Tomli-W package <tomli-w>` is a TOML writer that can be used in "
4046"conjunction with this module, providing a write API familiar to users of the "
Original file line number Diff line number Diff line change @@ -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-04-29 15:53 +0000\n"
14+ "POT-Creation-Date: 2026-05-01 14:49 +0000\n"
1515"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1616"Last-Translator: python-doc bot, 2026\n"
1717"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -145,6 +145,14 @@ msgid ""
145145"been resolved."
146146msgstr ""
147147
148+ msgid ""
149+ ":gh:`148518`: If an email containing an address header that ended in an open "
150+ "double quote was parsed with a non-``compat32`` policy, accessing the "
151+ "``username`` attribute of the mailbox accessed through that header object "
152+ "would result in an ``IndexError``. It now correctly returns an empty string "
153+ "as the result."
154+ msgstr ""
155+
148156msgid ""
149157":gh:`148464`: Add missing ``__ctype_le/be__`` attributes for :class:`~ctypes."
150158"c_float_complex` and :class:`~ctypes.c_double_complex`. Patch by Sergey B "
@@ -210,6 +218,11 @@ msgid ""
210218"meth:`smtplib.SMTP.connect` is called explicitly rather than implicitly."
211219msgstr ""
212220
221+ msgid ""
222+ ":gh:`83281`: :mod:`email`: improve handling trailing garbage in address "
223+ "lists to avoid throwing AttributeError in certain edge cases"
224+ msgstr ""
225+
213226msgid "Documentation"
214227msgstr "Dokumentacja"
215228
You can’t perform that action at this time.
0 commit comments