aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2010-02-10 02:10:48 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2010-02-10 02:10:48 +0100
commiteb43b12f8198300d1d9c834d513b4a78ac697c6e (patch)
treedfe3b0f49edb3ca92eadb85cddfed375185a7966
parent0045216c9edf6012d6d36fbdc2b1fb8bbbd8e0e9 (diff)
downloadjinja-eb43b12f8198300d1d9c834d513b4a78ac697c6e.tar.gz
Added Python 3 section to the documentation.
--HG-- branch : trunk
-rw-r--r--docs/intro.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/intro.rst b/docs/intro.rst
index d27998df..0fa2de7f 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -152,3 +152,19 @@ of the template.
What you can see here is that Jinja2 is using unicode internally and the
return value is an unicode string. So make sure that your application is
indeed using unicode internally.
+
+
+Experimental Python 3 Support
+-----------------------------
+
+Jinja 2.3 brings experimental support for Python 3. It means that all
+unittests pass on the new version, but there might still be small bugs in
+there and behavior might be inconsistent. If you notice any bugs, please
+provide feedback in the `Jinja bug tracker`_.
+
+Also please keep in mind that the documentation is written with Python 2
+in mind, you will have to adapt the shown code examples to Python 3 syntax
+for yourself.
+
+
+.. _Jinja bug tracker: http://dev.pocoo.org/projects/jinja/