vbuterin / pybitcointools

SImple, common-sense Bitcoin-themed Python ECC library
1.28k stars 857 forks source link

Porting to Python 3 #70

Closed fcracker79 closed 9 years ago

fcracker79 commented 9 years ago

The fix allows the library to work both with python2 and python3. I have verified that in both interpreters the tests run correctly. This is the only verification I have run during my work. When applicable, I have isolated the differences of the two interpreters in small functions. I would expect that something will have to be changed just to make the fix cleaner.