hotkit / django-async

A simple asynchronous execution Django application with proper database transaction management
http://www.kirit.com/Django%20Async
Boost Software License 1.0
35 stars 20 forks source link

Made some changes for python 3 compability: #11

Closed hdzierz closed 9 years ago

hdzierz commented 10 years ago

These are changes to improve async for python3 compability.

This is probably not all.

KayEss commented 9 years ago

I'm going to close this because I don't think we can get Python 3 compatibility in this way because we have to support Python 2.

I'd be happy to take changes that make the 2 to 3 conversion clean though.