perone / protocoin

A pure Python Bitcoin protocol implementation
http://protocoin.readthedocs.org/
BSD 4-Clause "Original" or "Old" License
98 stars 34 forks source link

Python3 #14

Open hno opened 10 years ago

hno commented 10 years ago

Not really a pull request, but more a notification that I have a branch for python3 support.

I have not yet tested every message type but most seems to work fine.

Unfortunately it is not trivial to reshuffle things so they work in both python2 & 3.