[Python-bugs-list] [ python-Bugs-729297 ] What's new in Python2.3b1 HTML generation.

SourceForge.net noreply@sourceforge.net
Fri, 27 Jun 2003 11:34:40 -0700


Bugs item #729297, was opened at 2003-04-28 22:07
Message generated for change (Settings changed) made by fdrake
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=729297&group_id=5470

Category: Documentation
Group: Python 2.3
>Status: Closed
>Resolution: Wont Fix
Priority: 5
Submitted By: Alexis Layton (alayton)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: What's new in Python2.3b1 HTML generation.

Initial Comment:
Whenever a section name includes a style change, the
llinks generated for it are truncated.

To reproduce:
  Go to section "5. PEP 278: Universal New Line Support"

Notice the next link: "6. PEP 279: The".  The link
should read
"6. PEP 279: The enumerate() Built-In Function."  Similar
problems happen with links for sections 7 and 8.

This problem does not happen in the table of contents
however.


----------------------------------------------------------------------

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2003-06-27 14:34

Message:
Logged In: YES 
user_id=3066

This is a couple of things interacting, I think:
1. LaTeX2HTML abbreviates those links to include only a few
words of the section title, not the whole thing.
2. Sometimes markup probably gets counted as words (I'm less
sure about this one).
I'm not inclined to worry about this, as I'm unlikely to
manage to fix it without more work than it's worth.

----------------------------------------------------------------------

Comment By: A.M. Kuchling (akuchling)
Date: 2003-05-13 10:28

Message:
Logged In: YES 
user_id=11375

I've fixed the section headers in the "What's New" documents to not 
use markup.  Fred, you can either fix the problem or just forget it 
and close the bug.


----------------------------------------------------------------------

Comment By: Raymond Hettinger (rhettinger)
Date: 2003-04-29 01:05

Message:
Logged In: YES 
user_id=80475

It looks like it is always grabbing the first word even when 
there is no style change.  Looking back at Py2.2.2, it also 
occurred there.  I'm this it is a TeX macro issue for Fred.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=729297&group_id=5470