python-trio

Edit Package python-trio
No description set
Refresh
Refresh
Source Files
Filename Size Changed
python-trio.changes 0000017706 17.3 KB
python-trio.spec 0000003408 3.33 KB
trio-0.22.0.tar.gz 0000472205 461 KB
Revision 28 (latest revision is 46)
Daniel Garcia's avatar Daniel Garcia (dgarcia) committed (revision 28)
- Update to 0.22.0:
  * 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)
Comments 0
openSUSE Build Service is sponsored by