Issue 1385004: exec statement link in index broken (original) (raw)

Issue1385004

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:14 admin set github: 42709
2005-12-19 09:05:29 harripasanen create