summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2014-06-30 10:37:43 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2014-06-30 10:37:43 +0200
commitff1e1bf21c1ac82fc9134e4a31bb0243d170723b (patch)
treefa4a5b9277a4dfb64ded266192e9e04eefdde7e7
parentfeb1d70c16df62f60dcb521d127fdad8819fc036 (diff)
downloadmarkupsafe-ff1e1bf21c1ac82fc9134e4a31bb0243d170723b.tar.gz
Added a version info to markupsafe
-rw-r--r--README.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 80a0996..53dcd02 100644
--- a/README.rst
+++ b/README.rst
@@ -97,3 +97,5 @@ And to format that user:
>>> user = User(1, 'foo')
>>> Markup('<p>User: {0:link}').format(user)
Markup(u'<p>User: <a href="/user/1"><span class=user>foo</span></a>')
+
+Markupsafe supports Python 2.6, 2.7 and Python 3.3 and higher.