summaryrefslogtreecommitdiffstats
path: root/python/pypy/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/pypy/README')
-rw-r--r--python/pypy/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/pypy/README b/python/pypy/README
new file mode 100644
index 0000000000..c59a228256
--- /dev/null
+++ b/python/pypy/README
@@ -0,0 +1,6 @@
+PyPy is a very compliant implementation of the Python language. PyPy
+has several advantages and distinctive features: speed (Just-in-Time
+compiler), lower memory usage for large programs, sandboxing and
+stackless mode.
+
+This is a repackaging of the binaries provided by upstream.