[ python-Bugs-1385004 ] exec statement link in index broken

SourceForge.net noreply at sourceforge.net
Tue Dec 27 01:00:04 CET 2005


Bugs item #1385004, was opened at 2005-12-19 10:05
Message generated for change (Comment added) made by birkenfeld
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1385004&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: Python 2.4
>Status: Closed
>Resolution: Invalid
Priority: 5
Submitted By: Harri Pasanen (harripasanen)
Assigned to: Nobody/Anonymous (nobody)
Summary: exec statement link in index broken

Initial Comment:
In library reference index: 
 
http://www.python.org/doc/2.4.2/lib/genindex.html 
 
"exec statement" points to  
 
http://www.python.org/doc/2.4.2/lib/bltin-code-objects.html#l2h-265 
 
Which seems wrong.  (2.4 docs already had the same). 
 
-Harri 

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

>Comment By: Reinhold Birkenfeld (birkenfeld)
Date: 2005-12-27 01:00

Message:
Logged In: YES 
user_id=1188172

That's correct in a sense because the exec statement isn't
described in the Library Manual. The index entry links to
"Code Objects" because exec is mentioned there.

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

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


More information about the Python-bugs-list mailing list