Issue 8778: typo in docs for symtable.SymbolTable.has_import_star (original) (raw)

Issue8778

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:01 admin set github: 53024
2010-05-20 22:24:03 benjamin.peterson set status: open -> closednosy: + benjamin.petersonmessages: + resolution: fixed
2010-05-20 21:51:41 terrence create