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.

Author vy0123
Recipients docs@python, vy0123
Date 2014-10-24.04:35:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414125308.24.0.874909264609.issue22714@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2014-10-24 04:35:08vy0123setrecipients: + vy0123, docs@python
2014-10-24 04:35:08vy0123setmessageid: <1414125308.24.0.874909264609.issue22714@psf.upfronthosting.co.za>
2014-10-24 04:35:07vy0123linkissue22714 messages
2014-10-24 04:35:07vy0123create