Skip to content

v0.3.2

Latest
Compare
Choose a tag to compare
@nitmir nitmir released this 03 Mar 09:43
· 8 commits to master since this release
v0.3.2
b0c6ef5
  • 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