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

SourceForge.net noreply@sourceforge.net
Tue, 13 May 2003 07:28:15 -0700


Bugs item #729297, was opened at 2003-04-28 22:07
Message generated for change (Comment added) made by akuchling
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: Open
Resolution: None
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: 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