[issue20701] warning in compileall.rst

2014-04-13 Thread Arfrever Frehtes Taifersar Arahesis
Arfrever Frehtes Taifersar Arahesis added the comment: 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 -- nosy: +Arfrever resolution

[issue20701] warning in compileall.rst

2014-02-20 Thread Antoine Pitrou
New submission from Antoine Pitrou: 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" -- assignee: do