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 mgiuca
Recipients georg.brandl, mgiuca
Date 2008-09-06.13:36:30
SpamBayes Score 0.004518803
Marked as misclassified No
Message-id <1220708193.69.0.306345187593.issue3793@psf.upfronthosting.co.za>
In-reply-to
Content
A missing blank line under the heading for __bool__ in datamodel.rst (in
Python 3.0 docs) causes the following line to appear in the output HTML.

".. index:: single: __len__() (mapping object method)"

Visible here:
http://docs.python.org/dev/3.0/reference/datamodel.html#object.__bool__

Fixed in attached patch by adding a blank line.

Commit log:
Added blank line to avoid RST source leaking into HTML output.
History
Date User Action Args
2008-09-06 13:36:33mgiucasetrecipients: + mgiuca, georg.brandl
2008-09-06 13:36:33mgiucasetmessageid: <1220708193.69.0.306345187593.issue3793@psf.upfronthosting.co.za>
2008-09-06 13:36:31mgiucalinkissue3793 messages
2008-09-06 13:36:31mgiucacreate