summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-04-08 21:15:31 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-04-08 21:15:31 -0700
commitd36bc2a1520bb0d6148e6472674808e3c7168e17 (patch)
treecc37bb7fbe2c0f863955ffef6f007bfe41c73b4e /README.rst
parent4be82fd12cacfb76f5742b618d154e500ab392b0 (diff)
downloadpystache-d36bc2a1520bb0d6148e6472674808e3c7168e17.tar.gz
Added "support for Python 3" to README and HISTORY.
Still need to address Python 3 packaging issues (setup.py, etc).
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 4458c19..6b2ecd6 100644
--- a/README.rst
+++ b/README.rst
@@ -29,6 +29,7 @@ Pystache is tested with the following versions of Python:
* Python 2.5 (requires simplejson)
* Python 2.6
* Python 2.7
+* Python 3.2
JSON support is needed only for the command-line interface and to run the
spec tests. We require simplejson_ for earlier versions of Python since
@@ -82,8 +83,9 @@ Pull it together::
Python 3
========
-As of v0.5.1, Pystache fully supports Python 3. There are slight differences
-in behavior between Pystache running under Python 2 and 3, as follows:
+As of version 0.5.1, Pystache fully supports Python 3. There are slight
+differences in behavior between Pystache running under Python 2 and 3,
+as follows:
* In Python 2, the default html-escape function ``cgi.escape()`` does not
escape single quotes; whereas in Python 3, the default escape function