Author: Alex Gaynor <[email protected]> Branch: Changeset: r59168:6d8b8ce1a853 Date: 2012-12-01 10:09 -0800 http://bitbucket.org/pypy/pypy/changeset/6d8b8ce1a853/
Log: Remove unused config docs diff --git a/pypy/doc/config/objspace.std.logspaceoptypes.txt b/pypy/doc/config/objspace.std.logspaceoptypes.txt deleted file mode 100644 --- a/pypy/doc/config/objspace.std.logspaceoptypes.txt +++ /dev/null @@ -1,4 +0,0 @@ -.. internal - -Wrap "simple" bytecode implementations like BINARY_ADD with code that collects -information about which types these bytecodes receive as arguments. diff --git a/pypy/doc/config/objspace.std.mutable_builtintypes.txt b/pypy/doc/config/objspace.std.mutable_builtintypes.txt deleted file mode 100644 --- a/pypy/doc/config/objspace.std.mutable_builtintypes.txt +++ /dev/null @@ -1,1 +0,0 @@ -Allow modification of builtin types. Disabled by default. _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
