New submission from Terrence Cole <terre...@zettabytestorage.com>: 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. ---------- assignee: d...@python components: Documentation files: fix-has-import-star-doc.diff keywords: patch messages: 106194 nosy: d...@python, terrence priority: normal severity: normal status: open title: typo in docs for symtable.SymbolTable.has_import_star versions: Python 3.1, Python 3.2, Python 3.3 Added file: http://bugs.python.org/file17420/fix-has-import-star-doc.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8778> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com