issues
search
nitmir
/
btdht
A python implementation of the Bittorrent DHT (Distributed Hash Table)
GNU General Public License v3.0
85
stars
30
forks
source link
Update to version 0.3.2
#6
Closed
nitmir
closed
6 years ago
nitmir
commented
6 years ago
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