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: tex to html convert bug
Type: Stage:
Components: Documentation Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: fdrake Nosy List: fdrake, quiver
Priority: normal Keywords:

Created on 2003-09-20 02:13 by quiver, last changed 2022-04-10 16:11 by admin. This issue is now closed.

Messages (3)
msg18232 - (view) Author: George Yoshida (quiver) (Python committer) Date: 2003-09-20 02:13
At the section "22. MS Windows Specific Services" in 
Python Library Reference, there're strange 
characters in the middle of the sentence.

http://www.python.org/dev/doc/devel/lib/node735.ht
ml
> msvcrt  Miscellaneous useful routines from the
> MS VC++<#67760#><#67760#> runtime 
You can see strange tags, "<#67760#>" after the 
word, "VC++".

In Python 2.2, it looks just fine.
http://www.python.org/doc/2.2.2/lib/node611.html
> msvcrt  Miscellaneous useful routines from the
> MS VC++ runtime. 

It looks like this problem is caused by Fred's last 
commit to libmsvcrt.tex(Jul 2 2003).
msg18233 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2003-09-23 20:12
Logged In: YES 
user_id=3066

I was just about to post a report on this myself when I saw
this.

The ugly <#67760#> junk is a representation of syntactical
curly braces used internally in LaTeX2HTML; these should be
be produced in the final output.  I'm pretty sure I know
what needs to be done to fix this, but won't be able to get
to it in time for Python 2.3.1.  This will be fixed for
Python 2.3.2 and 2.4.

Assigned to me.
msg18234 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2003-12-18 22:54
Logged In: YES 
user_id=3066

Fixed in Doc/lib/libmsvcrt.tex revisions 1.6 and 1.5.8.1.
Duplicated by SF bug #862474.
History
Date User Action Args
2022-04-10 16:11:14adminsetgithub: 39261
2003-09-20 02:13:55quivercreate