[pypy-commit] pypy default: Add missing doc file.

arigo noreply at buildbot.pypy.org
Tue Dec 13 21:44:07 CET 2011


Author: Armin Rigo <arigo at 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).


More information about the pypy-commit mailing list