File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -354,12 +354,18 @@ msgid ""
354
354
"exceptions in the group are not suppressed, a group containing them is re-"
355
355
"raised."
356
356
msgstr ""
357
+ "Si el código dentro del bloque de :keyword:`!with` lanza una :exc:"
358
+ "`ExceptionGroup`, las excepciones suprimidas son retiradas del grupo. Si "
359
+ "algunas excepciones en el grupo no están suprimidas, un grupo que las "
360
+ "contiene se lanza."
357
361
358
362
#: ../Doc/library/contextlib.rst:313
359
363
msgid ""
360
364
"``suppress`` now supports suppressing exceptions raised as part of an :exc:"
361
365
"`ExceptionGroup`."
362
366
msgstr ""
367
+ "Ahora ``supress`` admite suprimir excepciones lanzadas como parte de un :exc:"
368
+ "`ExceptionGroup`."
363
369
364
370
#: ../Doc/library/contextlib.rst:319
365
371
msgid ""
You can’t perform that action at this time.
0 commit comments