Issue 896052: symtable module not documented (original) (raw)

Issue896052

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.

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/39932

classification

Title: symtable module not documented
Type: Stage:
Components: Documentation Versions: Python 2.3

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jhylton Nosy List: astrand, benjamin.peterson, brett.cannon, jhylton, terry.reedy
Priority: normal Keywords:

Created on 2004-02-12 21:03 by astrand, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg19974 - (view) Author: Peter Åstrand (astrand) * (Python committer) Date: 2004-02-12 21:03
There is no documentation for the symtable module. It's not listed in the global module index either.
msg70875 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2008-08-08 00:49
I notice that symtable is still in 3.0, still not in the index, and I presume still not documented. The help(symtable) says it defines classes Symbol SymbolTable Class(SymbolTable) Function(symbolTable) so it seems to be used for parsing. Is it for the old ast parser, and therefore obsolete? For the new AST parser and still relevant? For an experiment that ended? Or something else?
msg71239 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-08-16 21:05
I wrote up some documentation for it in r65715.
History
Date User Action Args
2022-04-11 14:56:02 admin set github: 39932
2008-08-16 21:05:18 benjamin.peterson set status: open -> closednosy: + benjamin.petersonresolution: fixedmessages: +
2008-08-08 03:32:20 benjamin.peterson set nosy: + brett.cannon
2008-08-08 00:49:37 terry.reedy set nosy: + terry.reedymessages: +
2004-02-12 21:03:15 astrand create

Supported by The Python Software Foundation,
Powered by Roundup

Copyright © 1990-2022, Python Software Foundation
Legal Statements