bmuller / twistar

Twistar is an object-relational mapper (ORM) for Python that uses the Twisted library to provide asynchronous DB interaction.
http://findingscience.com/twistar
Other
132 stars 38 forks source link

Python3 compatibility #60

Open evilaliv3 opened 8 years ago

evilaliv3 commented 8 years ago

While working on GlobaLeaks and evaluating twistar usage (https://github.com/globaleaks/GlobaLeaks/issues/1551) we are now evaluating the code quality of twistar in relation to python3.

This ticket is to keep track of the activities related to make twistar compatible with python3.

@bmuller: With commit https://github.com/bmuller/twistar/pull/59 i've now made possible to test against python3 and it should be easy now for you to fix the support by simply looking at the python3 errors at: https://travis-ci.org/evilaliv3/twistar

\cc @fpietrosanti