[New-bugs-announce] [issue22714] target of 'import statement' entry in general index for 'i' is wrong
Van Ly
report at bugs.python.org
Fri Oct 24 06:35:08 CEST 2014
New submission from Van Ly:
The target points to within '__import__()' but should point to 'import()' method function.
For example,
# 'import statement' entry at index for 'i' on the following page
python-2.7.5-docs-html/genindex-I.html
# points to
python-2.7.5-docs-html/library/functions.html#index-8
# but should point to
python-2.7.5-docs-html/reference/simple_stmts.html#import
----------
assignee: docs at python
components: Documentation
messages: 229914
nosy: docs at python, vy0123
priority: normal
severity: normal
status: open
title: target of 'import statement' entry in general index for 'i' is wrong
type: enhancement
versions: Python 2.7, Python 3.3, Python 3.5
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22714>
_______________________________________
More information about the New-bugs-announce
mailing list