Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r50474:2a81fc4ed8d2
Date: 2011-12-13 21:43 +0100
http://bitbucket.org/pypy/pypy/changeset/2a81fc4ed8d2/

Log:    Add missing doc file.

diff --git a/pypy/doc/config/objspace.std.withspecialisedtuple.txt 
b/pypy/doc/config/objspace.std.withspecialisedtuple.txt
new file mode 100644
--- /dev/null
+++ b/pypy/doc/config/objspace.std.withspecialisedtuple.txt
@@ -0,0 +1,3 @@
+Use "specialized tuples", a custom implementation for some common kinds
+of tuples.  Currently limited to tuples of length 2, in three variants:
+(int, int), (float, float), and a generic (object, object).
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to