bmuller / kademlia

A DHT in Python using asyncio
http://kademlia.readthedocs.org
MIT License
830 stars 210 forks source link

Python 3 support would be nice. #11

Closed F483 closed 9 years ago

F483 commented 9 years ago

It is already the year 2015 after all.

F483 commented 9 years ago

Why close the issues? Do you not want to support python 3? I would be willing to port the project myself.

bmuller commented 9 years ago

Pull requests are absolutely welcome! Snarky comments suggesting my personal time was misspent on Python 2 are not.

F483 commented 9 years ago

Pull requests on the way and cheer up, your reading far to much into my comment.

F483 commented 9 years ago

Do the unittests have adequate coverage that I can assume the project is ported if I get them to pass on py3?

bmuller commented 9 years ago

Unfortunately, no. PR's containing additional tests are, of course, welcome too!