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 terrence
Recipients docs@python, terrence
Date 2010-05-20.21:51:40
SpamBayes Score 0.090680815
Marked as misclassified No
Message-id <1274392302.58.0.224644067181.issue8778@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-05-20 21:51:43terrencesetrecipients: + terrence, docs@python
2010-05-20 21:51:42terrencesetmessageid: <1274392302.58.0.224644067181.issue8778@psf.upfronthosting.co.za>
2010-05-20 21:51:40terrencelinkissue8778 messages
2010-05-20 21:51:40terrencecreate