[issue6486] Library doc introduction strangely points to "Built-in Objects" as a starting point
Ezio Melotti
report at bugs.python.org
Wed Jul 15 01:55:31 CEST 2009
Ezio Melotti <ezio.melotti at gmail.com> added the comment:
I agree, the built-in functions page [1] is a good place where to start
and indeed it's the page that follows the introduction [2].
The built-in object page/section [3] should be probably
included/integrated with one of the other pages (and possibly rephrased
too - it's not immediately clear what this "symbol table" is. If it
refers to the __builtins__ namespace it should be stated clearly,
possibly pointing to a glossary entry or to another section).
[1]: http://docs.python.org/library/functions.html
[2]: http://docs.python.org/library/intro.html
[3]: http://docs.python.org/library/objects.html
----------
nosy: +ezio.melotti
priority: -> normal
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6486>
_______________________________________
More information about the Python-bugs-list
mailing list