forked from pool/python-trio
Daniel Garcia
31181b044c
* MultiError has been deprecated in favor of the standard BaseExceptionGroup (introduced in PEP 654). On Python versions below 3.11, this exception and its derivative ExceptionGroup are provided by the backport. Trio still raises MultiError, but it has been refactored into a subclass of BaseExceptionGroup which users should catch instead of MultiError. Uses of the MultiError.filter() class method should be replaced with BaseExceptionGroup.split(). Uses of the MultiError.catch() class method should be replaced with either except* clauses (on Python 3.11+) or the exceptiongroup.catch() context manager provided by the backport. See the updated documentation for details. # Features * Added support for Datagram TLS, for secure communication over UDP. Currently requires PyOpenSSL. (#2010) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-trio?expand=0&rev=28 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
python-trio.changes | ||
python-trio.spec | ||
trio-0.22.0.tar.gz |