File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88msgstr ""
99"Project-Id-Version : Python 3.14\n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2026-04-11 14:31 +0000\n "
11+ "POT-Creation-Date : 2026-05-01 14:49 +0000\n "
1212"PO-Revision-Date : 2025-09-16 00:00+0000\n "
1313"Language-Team : Tamil (https://app.transifex.com/python-doc/teams/5390/ta/)\n "
1414"MIME-Version : 1.0\n "
Original file line number Diff line number Diff line change 88msgstr ""
99"Project-Id-Version : Python 3.14\n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2026-04-15 15:01 +0000\n "
11+ "POT-Creation-Date : 2026-05-01 14:49 +0000\n "
1212"PO-Revision-Date : 2025-09-16 00:01+0000\n "
1313"Language-Team : Tamil (https://app.transifex.com/python-doc/teams/5390/ta/)\n "
1414"MIME-Version : 1.0\n "
@@ -32,11 +32,10 @@ msgid ""
3232"glossary/#term-Distribution-Package>`_, such as its entry points or its top-"
3333"level names (`Import Package <https://packaging.python.org/en/latest/"
3434"glossary/#term-Import-Package>`_\\ s, modules, if any). Built in part on "
35- "Python's import system, this library intends to replace similar "
36- "functionality in the `entry point API`_ and `metadata API`_ of "
37- "``pkg_resources``. Along with :mod:`importlib.resources`, this package can "
38- "eliminate the need to use the older and less efficient ``pkg_resources`` "
39- "package."
35+ "Python's import system, this library provides the entry point and metadata "
36+ "APIs that were previously exposed by the now-removed ``pkg_resources`` "
37+ "package. Along with :mod:`importlib.resources`, it supersedes "
38+ "``pkg_resources``."
4039msgstr ""
4140
4241msgid ""
Original file line number Diff line number Diff line change 88msgstr ""
99"Project-Id-Version : Python 3.14\n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2026-04-13 15:10 +0000\n "
11+ "POT-Creation-Date : 2026-05-01 14:49 +0000\n "
1212"PO-Revision-Date : 2025-09-16 00:01+0000\n "
1313"Language-Team : Tamil (https://app.transifex.com/python-doc/teams/5390/ta/)\n "
1414"MIME-Version : 1.0\n "
@@ -58,15 +58,6 @@ msgid ""
5858"module is unsafe."
5959msgstr ""
6060
61- msgid ""
62- "This module provides functionality similar to `pkg_resources <https://"
63- "setuptools.readthedocs.io/en/latest/pkg_resources.html>`_ `Basic Resource "
64- "Access <https://setuptools.readthedocs.io/en/latest/pkg_resources.html#basic-"
65- "resource-access>`_ without the performance overhead of that package. This "
66- "makes reading resources included in packages easier, with more stable and "
67- "consistent semantics."
68- msgstr ""
69-
7061msgid ""
7162"The standalone backport of this module provides more information on `using "
7263"importlib.resources <https://importlib-resources.readthedocs.io/en/latest/"
Original file line number Diff line number Diff line change 88msgstr ""
99"Project-Id-Version : Python 3.14\n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2026-04-15 15:01 +0000\n "
11+ "POT-Creation-Date : 2026-05-01 14:49 +0000\n "
1212"PO-Revision-Date : 2025-09-16 00:01+0000\n "
1313"Language-Team : Tamil (https://app.transifex.com/python-doc/teams/5390/ta/)\n "
1414"MIME-Version : 1.0\n "
@@ -29,6 +29,12 @@ msgid ""
2929"does not support writing TOML."
3030msgstr ""
3131
32+ msgid ""
33+ "Be cautious when parsing data from untrusted sources. A malicious TOML "
34+ "string may cause the decoder to consume considerable CPU and memory "
35+ "resources. Limiting the size of data to be parsed is recommended."
36+ msgstr ""
37+
3238msgid ""
3339"The :pypi:`Tomli-W package <tomli-w>` is a TOML writer that can be used in "
3440"conjunction with this module, providing a write API familiar to users of the "
Original file line number Diff line number Diff line change 88msgstr ""
99"Project-Id-Version : Python 3.14\n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2026-04-11 14:31 +0000\n "
11+ "POT-Creation-Date : 2026-05-01 14:49 +0000\n "
1212"PO-Revision-Date : 2025-09-16 00:02+0000\n "
1313"Language-Team : Tamil (https://app.transifex.com/python-doc/teams/5390/ta/)\n "
1414"MIME-Version : 1.0\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-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: Hari, 2026\n"
1717"Language-Team: Tamil (https://app.transifex.com/python-doc/teams/5390/ta/)\n"
@@ -143,6 +143,14 @@ msgid ""
143143"been resolved."
144144msgstr ""
145145
146+ msgid ""
147+ ":gh:`148518`: If an email containing an address header that ended in an open "
148+ "double quote was parsed with a non-``compat32`` policy, accessing the "
149+ "``username`` attribute of the mailbox accessed through that header object "
150+ "would result in an ``IndexError``. It now correctly returns an empty string "
151+ "as the result."
152+ msgstr ""
153+
146154msgid ""
147155":gh:`148464`: Add missing ``__ctype_le/be__`` attributes for :class:`~ctypes."
148156"c_float_complex` and :class:`~ctypes.c_double_complex`. Patch by Sergey B "
@@ -208,6 +216,11 @@ msgid ""
208216"meth:`smtplib.SMTP.connect` is called explicitly rather than implicitly."
209217msgstr ""
210218
219+ msgid ""
220+ ":gh:`83281`: :mod:`email`: improve handling trailing garbage in address "
221+ "lists to avoid throwing AttributeError in certain edge cases"
222+ msgstr ""
223+
211224msgid "Documentation"
212225msgstr ""
213226
You can’t perform that action at this time.
0 commit comments