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-05 14:30 +0000\n "
11+ "POT-Creation-Date : 2026-04-15 15:01 +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 "
@@ -2350,7 +2350,7 @@ msgid ""
23502350"manage the files."
23512351msgstr ""
23522352
2353- msgid "Added the *encodings * and *errors* parameters."
2353+ msgid "Added the *encoding * and *errors* parameters."
23542354msgstr ""
23552355
23562356msgid "Argument groups"
@@ -2420,6 +2420,11 @@ msgid ""
24202420"the usual \" positional arguments\" and \" optional arguments\" sections."
24212421msgstr ""
24222422
2423+ msgid ""
2424+ "Within each argument group, arguments are displayed in help output in the "
2425+ "order in which they are added."
2426+ msgstr ""
2427+
24232428msgid ""
24242429"Calling :meth:`add_argument_group` on an argument group now raises an "
24252430"exception. This nesting was never supported, often failed to work correctly, "
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.14\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2026-03-25 14:54 +0000\n "
15+ "POT-Creation-Date : 2026-04-15 15:01 +0000\n "
1616"PO-Revision-Date : 2025-09-16 00:01+0000\n "
1717"Last-Translator : Murugan Santhosh, 2026\n "
1818"Language-Team : Tamil (https://app.transifex.com/python-doc/teams/5390/ta/)\n "
@@ -391,7 +391,7 @@ msgid ""
391391"[<Color.RED: 1>, <Color.GREEN: 2>, <Color.BLUE: 3>]"
392392msgstr ""
393393
394- msgid "Returns the number of member in *cls*::"
394+ msgid "Returns the number of members in *cls*::"
395395msgstr ""
396396
397397msgid ""
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-03-25 14:54 +0000\n "
11+ "POT-Creation-Date : 2026-04-15 15:01 +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 "
@@ -1512,9 +1512,7 @@ msgstr ""
15121512msgid ":meth:`assertCountEqual(a, b) <TestCase.assertCountEqual>`"
15131513msgstr ""
15141514
1515- msgid ""
1516- "*a* and *b* have the same elements in the same number, regardless of their "
1517- "order."
1515+ msgid "*a* contains the same elements as *b*, regardless of their order."
15181516msgstr ""
15191517
15201518msgid ":meth:`assertStartsWith(a, b) <TestCase.assertStartsWith>`"
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-13 15:10 +0000\n"
14+ "POT-Creation-Date: 2026-04-15 15:01 +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"
@@ -59,11 +59,28 @@ msgstr ""
5959msgid "Library"
6060msgstr ""
6161
62+ msgid ""
63+ ":gh:`148508`: An intermittent timing error when running SSL tests on iOS has "
64+ "been resolved."
65+ msgstr ""
66+
67+ msgid ""
68+ ":gh:`148370`: :mod:`configparser`: prevent quadratic behavior when a :exc:"
69+ "`~configparser.ParsingError` is raised after a parser fails to parse "
70+ "multiple lines. Patch by Bénédikt Tran."
71+ msgstr ""
72+
6273msgid ""
6374":gh:`148254`: Use singular \"sec\" instead of \"secs\" in :mod:`timeit` "
6475"verbose output for consistency with other time units."
6576msgstr ""
6677
78+ msgid ""
79+ ":gh:`148192`: ``email.generator.Generator._make_boundary`` could fail to "
80+ "detect a duplicate boundary string if linesep was not \\n. It now correctly "
81+ "detects boundary strings when linesep is \\r\\n as well."
82+ msgstr ""
83+
6784msgid ""
6885":gh:`146313`: Fix a deadlock in :mod:`multiprocessing`'s resource tracker "
6986"where the parent process could hang indefinitely in :func:`os.waitpid` "
You can’t perform that action at this time.
0 commit comments