Roundup Robot added the comment:
New changeset 678310833d85 by Benjamin Peterson in branch 'default':
add link to compiling documentation (closes #21395)
http://hg.python.org/devguide/rev/678310833d85
--
nosy: +python-dev
resolution: -> fixed
stage: -> resolved
status: open -> closed
New submission from Brian Gesiak:
runtests.rst insists that readers must build Python before
running the tests. For those readers that have not yet
built Python, add a link to more information on how to do so.
--
components: Devguide
files: runtests.rst.patch
hgrepos: 243
keywords: patch