Hello,

The core team decided to implement Python 3 support with a single codebase, 
unicode_literals, and six. (I don't think we ever announced it.)

I've just pushed a series of changes that make Django's code base more 
compatible with Python 3. They are the first steps of a long path. The syntax 
errors are fixed but nothing's working yet.

>From now on, and until we deprecate Python 2, we must write code that's 
>compatible with both Python 2 and Python 3. The requirements are explained 
>here:

https://docs.djangoproject.com/en/dev/topics/python3/

This applies to the core team, but also to anyone submitting patches.

Thanks!

-- 
Aymeric.

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to