[Python-Dev] A sad state of doctests in the python manual (original) (raw)
Alexander Belopolsky alexander.belopolsky at gmail.com
Thu Oct 28 22:57:43 CEST 2010
- Previous message: [Python-Dev] A sad state of doctests in the python manual
- Next message: [Python-Dev] A sad state of doctests in the python manual
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, Oct 28, 2010 at 4:52 PM, Alexander Belopolsky <alexander.belopolsky at gmail.com> wrote:
On the second look, the problem may not be that bad ...
Nope, the problem is even worse. It looks like Sphinx in py3k requires 2.x python:
$ ../python.exe tools/sphinx-build.py -b doctest -d build/doctrees -D latex_paper_size= . build/doctest Traceback (most recent call last): File "tools/sphinx-build.py", line 27, in from sphinx import main File "tools/sphinx/init.py", line 44 except ImportError, err: ^ SyntaxError: invalid syntax
- Previous message: [Python-Dev] A sad state of doctests in the python manual
- Next message: [Python-Dev] A sad state of doctests in the python manual
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]