docmalloc / gplmt

GNU Affero General Public License v3.0
1 stars 0 forks source link

Code should be ported to Python3 #5

Closed FlorianDold closed 8 years ago

FlorianDold commented 9 years ago

Python3 has better support for asynchronous IO, which may be helpful when implementing more complex task list features.

Other Python3-only features such as enums fit nicely into the existing code base as well.

All libraries we use (except minixsv, which we replace with lxml) are already Python3-compatible.

The effort to port the existing code base to Python3 should be minimal, compared with the refactoring work that is required anyway.

docmalloc commented 9 years ago

ACK

Egomania commented 9 years ago

ACK

FlorianDold commented 8 years ago

gplmt-light is written in python3