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.

Author tim.golden
Recipients JosephArmbruster, georg.brandl, tim.golden
Date 2007-12-03.16:41:05
SpamBayes Score 0.0015221973
Marked as misclassified No
Message-id <4754320C.4040602@timgolden.me.uk>
In-reply-to <1196699496.71.0.379267697567.issue1520@psf.upfronthosting.co.za>
Content
Joseph Armbruster wrote:
> The bad news [should a different bug be created for this?]
> 
> See cmdline.rst:
> .. cmdoption:: -c <command>
> .. cmdoption:: -m <module-name>
> .. describe:: <script>
> 
> Looks like genindex.html is being generated with some iffy markup:
> <dt>-c <command></dt>

I'm not sure which way round you're say this. On my system,
the markup is:

<dl class="cmdoption">
<dt id="cmdoption-c">
<tt class="descname">-c</tt><tt class="descclassname"> 
&lt;command&gt;</tt><a class="headerlink" href="#cmdoption-c" 
title="Permalink to this definition">¶</a></dt>
<dd><p>Execute ...</p></dd>
</dl>

Is this right? Or wrong? It doesn't look disastrous to me.
In either case, I doubt it's related to the path issues we've
been addressing in this Issue. Probably best to raise a new
Issue if you think there's a problem.

TJG
History
Date User Action Args
2007-12-03 16:41:06tim.goldensetspambayes_score: 0.0015222 -> 0.0015221973
recipients: + tim.golden, georg.brandl, JosephArmbruster
2007-12-03 16:41:06tim.goldenlinkissue1520 messages
2007-12-03 16:41:06tim.goldencreate