-
-
Notifications
You must be signed in to change notification settings - Fork 577
Closed
Description
The changelog for 8.0 says:
Version 8.0 renames the
WebSocketProtocolErrorexception to :exc:ProtocolError.A
WebSocketProtocolErroralias provides backwards compatibility.
However, WebSocketProtocolError is no longer exposed:
>>> import websockets
>>> websockets.WebSocketProtocolError
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: module 'websockets' has no attribute 'WebSocketProtocolError'and this change breaks backwards compatibility.
Metadata
Metadata
Assignees
Labels
No labels