Live data from Hacker News

Experimental Python 3 support in Django

djangoproject.com

1–5 of 5 posts

Re: Experimental Python 3 support in Django

#5
post #4

Other than being up to date on python version. What are the practical benefits for Django from python 3?

Proper Unicode support for one.

Also, Python 3 is the new standard, by upgrading its code base to it, Django can stay relevant and up to date.

Libraries and frameworks that don't upgrade soon, will be replaced or just forgotten.