Tin mới
reword split() definition to get around the virtual subclass issue (#29)
added references, changed title, removed security considerations section (#28)
Experimental --> reference implementation, plus minor edits
Say that EG is final. Minor edits following reviews (#26)
Typos. Reference Implementation description. Added a rejected idea. (#21)
Backward compatibility & Design considerations sections (#20)
use real code to generate output for the examples. rewrite semantics section (#16)
Added ExceptionGroups section, intro sections, various fixes.
updated link to experimental implementation branch
added section on tracebacks (#8)

Reference issue #4 from See Also

Clarify the process of re-attaching a group via __context__

Clarify the difference in tracebacks between `raise` and `raise e`

Move the "Unmatched exceptions" section up, as @iritkatriel suggested

Erase difference between `raise` and `raise e`

Prohibit returning from except*


Address feedback from Irit and Guido.
