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: exec statement link in index broken
Type: Stage:
Components: Documentation Versions: Python 2.4
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, harripasanen
Priority: normal Keywords:

Created on 2005-12-19 09:05 by harripasanen, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg27103 - (view) Author: Harri Pasanen (harripasanen) Date: 2005-12-19 09:05
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 
msg27104 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2005-12-27 00:00
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.
History
Date User Action Args
2022-04-11 14:56:14adminsetgithub: 42709
2005-12-19 09:05:29harripasanencreate