Go to file
Daniel Garcia 31181b044c - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-trio?expand=0&rev=28
2022-12-07 10:20:54 +00:00
.gitattributes Accepting request 702384 from home:Simmphonie:python 2019-05-14 20:35:45 +00:00
.gitignore Accepting request 702384 from home:Simmphonie:python 2019-05-14 20:35:45 +00:00
python-trio.changes - Update to 0.22.0: 2022-12-07 10:20:54 +00:00
python-trio.spec - Update to 0.22.0: 2022-12-07 10:20:54 +00:00
trio-0.22.0.tar.gz - Update to 0.22.0: 2022-12-07 10:20:54 +00:00