Go to file
Dirk Mueller 2a045d24e0 - update to 11.0.2:
* Fixed a deadlock in the :mod:`threading` implementation when
    closing a connection without reading all messages.
  * Restored the C extension in the source distribution.
  * Backwards-incompatible changes
  * The Sans-I/O implementation was moved.
  * The ``connection`` module was renamed to ``protocol``.
  * The ``connection.Connection``, ``server.ServerConnection``,
    and ``client.ClientConnection`` classes were renamed to
    ``protocol.Protocol``, ``server.ServerProtocol``, and 
    ``client.ClientProtocol``.
  * If you instantiate :class:`~server.ServerProtocol` or
    :class:`~client.ClientProtocol` directly, make sure you are
    using keyword arguments.
  * Closing a connection without an empty close frame is OK.
  * .. admonition:: websockets 10.0 introduces a implementation
    on top of :mod:`threading`.
  * It may be more convenient if you don't need to manage many
    connections and you're more comfortable with :mod:`threading`
    than :mod:`asyncio`.
  * It is particularly suited to client applications that
    establish only one connection. It may be used for servers
    handling few connections.
  * See :func:`~sync.client.connect` and
    :func:`~sync.server.serve` for details.
  * Added ``open_timeout`` to :func:`~server.serve`.
  * Made it possible to close a server without closing existing
    connections.
  * Added :attr:`~server.ServerProtocol.select_subprotocol` to
    customize negotiation of subprotocols in the Sans-I/O layer.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockets?expand=0&rev=40
2023-05-10 06:59:05 +00:00
.gitattributes Accepting request 522408 from home:TheBlackCat:branches:devel:languages:python 2017-09-08 18:35:22 +00:00
.gitignore Accepting request 522408 from home:TheBlackCat:branches:devel:languages:python 2017-09-08 18:35:22 +00:00
11.0.2.tar.gz - update to 11.0.2: 2023-05-10 06:59:05 +00:00
python-websockets.changes - update to 11.0.2: 2023-05-10 06:59:05 +00:00
python-websockets.spec - update to 11.0.2: 2023-05-10 06:59:05 +00:00