I do not quite know the most recent status of txws.py, whether it is being merged to Twisted or not.
But I noticed that it has it has two incompatibilities with Python 2.4: 1. from hashlib import md5, sha1 2. protocol = "wss" if self.isSecure() else "ws" After fixing those, it works on 2.4. Would it make sense to make that change on github?
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python