Skip to content
This repository has been archived by the owner on Nov 25, 2017. It is now read-only.

Commit

Permalink
Update note about python 3.0 to say that Django 1.5 will support it. …
Browse files Browse the repository at this point in the history
…No longer encourage new python developers to ignore 3.0.
  • Loading branch information
mpdaugherty committed Oct 24, 2012
1 parent 039ceb7 commit 0eb88e3
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions chapter02.rst
Expand Up @@ -36,14 +36,11 @@ Python 2.5, so using a later version of Python keeps your options open.

.. admonition:: Django and Python 3.0

At the time of writing, Python 3.0 had been released, but Django didn't
yet support it. Python 3.0 introduced a substantial number of
At the time of writing, Python 3.0 had been released, but Django only
supported it experimentally. Python 3.0 introduced a substantial number of
backwards-incompatible changes to the language itself, and, as a result,
we expect most major Python libraries and frameworks, including Django,
will take a few years to catch up.

If you're new to Python and are wondering whether to learn Python 2.x or
Python 3.x, our advice is to stick with Python 2.x.
many major Python libraries and frameworks, including Django, had not yet
caught up. Python 3.0 support is expected in Django version 1.5.

Installation
------------
Expand Down

0 comments on commit 0eb88e3

Please sign in to comment.