diff --git a/newsfragments/2611.bugfix.rst b/newsfragments/2611.bugfix.rst index d252744959..0bf87d37a2 100644 --- a/newsfragments/2611.bugfix.rst +++ b/newsfragments/2611.bugfix.rst @@ -1,4 +1,5 @@ When a starting function raises before calling :func:`trio.TaskStatus.started`, :func:`trio.Nursery.start` will no longer wrap the exception in an undocumented -:exc:`ExceptionGroup`. Previously, an :exc:`ExceptionGroup` was added when using -``trio.run(..., strict_exception_groups=True)``. +:exc:`ExceptionGroup`. Previously, :func:`trio.Nursery.start` would incorrectly +wrap it in an :exc:`ExceptionGroup` when using ``trio.run(..., +strict_exception_groups=True)``.