#18363: Add a compatibility layer for Python 3
---------------------------------------+------------------------
               Reporter:  claudep      |          Owner:  nobody
                   Type:  New feature  |         Status:  new
              Component:  Python 3     |        Version:  master
               Severity:  Normal       |       Keywords:
           Triage Stage:  Accepted     |      Has patch:  1
    Needs documentation:  0            |    Needs tests:  0
Patch needs improvement:  0            |  Easy pickings:  0
                  UI/UX:  0            |
---------------------------------------+------------------------
 For Django to run both on Python 2 and Python 3, we need to add some code
 which conditionally executes code depending on the Python version at
 runtime.

 This patch is based on Vinay Sajip's branch
 (https://bitbucket.org/vinay.sajip/django), minus some code that I'm not
 sure we will really need (as now we dropped Python 2.5). We can always add
 some more later.

 I've added some docs, but as I'm not the best English writer, this will
 need careful review.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/18363>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

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

Reply via email to