summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-06-02 21:55:45 -0700
committerBenjamin Peterson <benjamin@python.org>2013-06-02 21:55:45 -0700
commit71bff400f7e1a08d3f2c916d3b133a32c084503e (patch)
treee1c287f87c96dbc5f9ff715186fdd92735cbdd90 /README
parentdacf87d3556e2e47ead4c633d95caf37d841bafb (diff)
downloadsix-71bff400f7e1a08d3f2c916d3b133a32c084503e.tar.gz
mention how you can copy it
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index a131ac6..99bd3a6 100644
--- a/README
+++ b/README
@@ -3,7 +3,9 @@ for smoothing over the differences between the Python versions with the goal of
writing Python code that is compatible on both Python versions. See the
documentation for more information on what is provided.
-Six supports Python 2.4+.
+Six supports every Python version since 2.4. It is contained in only one Python
+file, so it can be easily copied into your project. (The copyright and license
+notice must be retained.)
Online documentation is at http://pythonhosted.org/six/.