rest25/library/objects.rst => rest262/library/objects.rst
11   pair: built-in; functions
12   pair: built-in; constants
13   single: symbol table
14
15Names for built-in exceptions and functions and a number of constants are found
16in a separate  symbol table.  This table is searched last when the interpreter
17looks up the meaning of a name, so local and global user-defined names can
18override built-in names.  Built-in types are described together here for easy
n19-reference. [#]_
n19+reference.
20
21The tables in this chapter document the priorities of operators by listing them
22in order of ascending priority (within a table) and grouping operators that have
23the same priority in the same box. Binary operators of the same priority group
24from left to right. (Unary operators group from right to left, but there you
n25-have no real choice.)  See chapter 5 of the Python Reference Manual (XXX
n25+have no real choice.)  See :ref:`operator-summary` for the complete picture on
26-reference: ../ref/ref.html) for the complete picture on operator priorities.
26+operator priorities.
27
t28-.. rubric:: Footnotes
29- 
30-.. [#] Most descriptions sorely lack explanations of the exceptions that may be raised
31-   --- this will be fixed in a future version of this manual.
32- 
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op