[pypy-commit] pypy default: revert this change - didn't help

fijal noreply at buildbot.pypy.org
Sat Jun 4 10:27:11 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r44699:f935687ae0d1
Date: 2011-06-04 10:27 +0200
http://bitbucket.org/pypy/pypy/changeset/f935687ae0d1/

Log:	revert this change - didn't help

diff --git a/pypy/config/makerestdoc.py b/pypy/config/makerestdoc.py
--- a/pypy/config/makerestdoc.py
+++ b/pypy/config/makerestdoc.py
@@ -198,7 +198,7 @@
         from docutils import nodes
         from pypy.config.pypyoption import get_pypy_config
         from pypy.config.makerestdoc import get_cmdline
-        txt = docdir.join("config", text + ".txt")
+        txt = docdir.join("config", text + ".rst")
         html = docdir.join("config", text + ".html")
         assert txt.check()
         assert name == "config"


More information about the pypy-commit mailing list