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: Nested anchors in Ref Man index.html
Type: Stage:
Components: Documentation Versions: Python 2.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: fdrake Nosy List: fdrake, tim.peters
Priority: normal Keywords:

Created on 2002-04-20 20:14 by tim.peters, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (2)
msg10456 - (view) Author: Tim Peters (tim.peters) * (Python committer) Date: 2002-04-20 20:14
God only knows what Soureforge will do to this:

"""
This line from the 2.2 Doc/ref/index.html confuses 
prechm.py:

<LI><A href="blank-lines.html">
2.1.6 Blank lines <a name="l2h-7">&nbsp;</a>
</a>

Nested <a></a> in general gives it trouble, and this 
one is particularly weird.
"""
msg10457 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2002-10-24 19:58
Logged In: YES 
user_id=3066

Fixed in Doc/ref/ref2.tex revisions 1.46 and 1.34.6.6.
History
Date User Action Args
2022-04-10 16:05:15adminsetgithub: 36477
2002-04-20 20:14:26tim.peterscreate