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

async is a reserved keyword #29

Open tutuca opened 5 years ago

tutuca commented 5 years ago

The namespace async is no longer valid as it's now a reserved keyword in python 3.6+.

Installer needs to reserve a new namespace.

KayEss commented 5 years ago

That is a very good point.... And not a small change either, but I don't think we have any real choice to alter it. Maybe go to asyncexec -- a bit ugly, but I guess nobody else will want it.

tutuca commented 5 years ago

django_async is a fine namespace IMHO :). True that is no small change.