WebSocket-for-Python v0.2.3 Release Notes

Release Date: 2012-10-27 // over 11 years ago
  • Full Changelog

    Closed issues:

    • ๐Ÿ“œ urlsplit in Python 2.6.1 and earlier doesn't parse ws or wss properly. #59
    • Inconsistent tabs/spaces #58
    • ๐Ÿ› Bug in documentation #55
    • ๐Ÿ‘ wss server support #40
    • Port to Python 3 #29

    ๐Ÿ”€ Merged pull requests:

    • โ†ช Work around Python 2.6.X bug in urlparse.urlsplit() #60 (dsully)
    • ๐Ÿ› Bug fix in WebSocketPlugin.broadcast() #54 (ralhei)
    • Minor fix which turns an unintentional and confusing error message into the intended error message #53 (EliAndrewC)