Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix raise of a UnboundLocalError instead of a socket.error in _process_incoming_message * Fix call to next method on iterator: In python3 iterator g.next() method is renamed to g.__next__() using next(g) works in python 2 and 3
- Loading branch information