@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.15\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2026-07-19 14:48 +0000\n "
14+ "POT-Creation-Date : 2026-08-05 15:56 +0000\n "
1515"PO-Revision-Date : 2025-09-16 00:00+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Indonesian (https://app.transifex.com/python-doc/teams/5390/ "
@@ -519,7 +519,10 @@ msgid ""
519519"exception group and raised. The exception passed into :meth:`~object."
520520"__aexit__`, unless it is :exc:`asyncio.CancelledError`, is also included in "
521521"the exception group. The same special case is made for :exc:"
522- "`KeyboardInterrupt` and :exc:`SystemExit` as in the previous paragraph."
522+ "`KeyboardInterrupt` and :exc:`SystemExit` as in the previous paragraph. "
523+ "There is an additional special case made only for the body of the ``async "
524+ "with``: if it raises :exc:`GeneratorExit` and none of the other tasks raise "
525+ "exceptions that would be reported, then the :exc:`GeneratorExit` is reraised."
523526msgstr ""
524527
525528msgid ""
@@ -549,6 +552,9 @@ msgid ""
549552"correct preservation of cancellation counts."
550553msgstr ""
551554
555+ msgid "Addition of the special case for :exc:`GeneratorExit`."
556+ msgstr ""
557+
552558msgid "Sleeping"
553559msgstr ""
554560
0 commit comments