updated link to experimental implementation branch · python/exceptiongroups@b2fa903

GitHub

This repository was archived by the owner on Apr 10, 2022. It is now read-only.

Original file line numberDiff line numberDiff line change@@ -740,7 +740,7 @@ and modify the traceback display code.

740740https://github.com/python/exceptiongroups/issues/3#issuecomment-716203284

741741742742* A WIP implementation of the `ExceptionGroup` type by @iritkatriel

743- tracked [here](https://github.com/iritkatriel/cpython/tree/exceptionGroup).

743+ tracked [here](https://github.com/iritkatriel/cpython/tree/exceptionGroup-stage4).

744744745745* The issue where this concept was first formalized:

746746https://github.com/python/exceptiongroups/issues/4