This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: warning in compileall.rst
Type: behavior Stage: resolved
Components: Documentation Versions: Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: Arfrever, docs@python, pitrou
Priority: normal Keywords:

Created on 2014-02-20 16:11 by pitrou, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg211733 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2014-02-20 16:11
When building the docs, I get the following message:

/home/antoine/cpython/default/Doc/library/compileall.rst:23: WARNING: Malformed option description u'[directory|file]...', should look like "-opt args", "--opt args" or "/opt args"
msg216010 - (view) Author: Arfrever Frehtes Taifersar Arahesis (Arfrever) * (Python triager) Date: 2014-04-13 10:19
It seems to have been fixed by:

New changeset f8dbec87dbfe by Georg Brandl in branch '3.4':
Fix option description that is a warning in new Sphinx versions.
http://hg.python.org/cpython/rev/f8dbec87dbfe
History
Date User Action Args
2022-04-11 14:57:58adminsetgithub: 64900
2014-04-13 10:19:01Arfreversetstatus: open -> closed

nosy: + Arfrever
messages: + msg216010

resolution: fixed
stage: resolved
2014-02-20 16:11:25pitroucreate