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: typo in docs for symtable.SymbolTable.has_import_star
Type: Stage:
Components: Documentation Versions: Python 3.1, Python 3.2, Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: benjamin.peterson, docs@python, terrence
Priority: normal Keywords: patch

Created on 2010-05-20 21:51 by terrence, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
fix-has-import-star-doc.diff terrence, 2010-05-20 21:51 Patch to fix this issue
Messages (2)
msg106194 - (view) Author: Terrence Cole (terrence) Date: 2010-05-20 21:51
The documentation for symtable.SymbolTable [http://docs.python.org/py3k/library/symtable.html] lists the function has_import_start.  This should be has_import_star, as listed in help(symtable.SymbolTable).

I've attached a patch, although it would probably be faster for a committer to just remove the 't' themselves.
msg106200 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2010-05-20 22:24
Thanks. Fixed in r81385.
History
Date User Action Args
2022-04-11 14:57:01adminsetgithub: 53024
2010-05-20 22:24:03benjamin.petersonsetstatus: open -> closed

nosy: + benjamin.peterson
messages: + msg106200

resolution: fixed
2010-05-20 21:51:41terrencecreate