@@ -2453,25 +2453,26 @@ \section{The \function{dir()} Function \label{dir}}
24532453>>> dir(__builtin__)
24542454['ArithmeticError', 'AssertionError', 'AttributeError',
24552455 'DeprecationWarning', 'EOFError', 'Ellipsis', 'EnvironmentError',
2456- 'Exception', 'FloatingPointError', 'IOError', 'ImportError',
2456+ 'Exception', 'False', ' FloatingPointError', 'IOError', 'ImportError',
24572457 'IndentationError', 'IndexError', 'KeyError', 'KeyboardInterrupt',
24582458 'LookupError', 'MemoryError', 'NameError', 'None', 'NotImplemented',
24592459 'NotImplementedError', 'OSError', 'OverflowError', 'OverflowWarning',
2460- 'ReferenceError', 'RuntimeError', 'RuntimeWarning', 'StandardError',
2461- 'StopIteration', 'SyntaxError', 'SyntaxWarning', 'SystemError',
2462- 'SystemExit', 'TabError', 'TypeError', 'UnboundLocalError',
2463- 'UnicodeError', 'UserWarning', 'ValueError', 'Warning',
2464- 'ZeroDivisionError', '_', '__debug__', '__doc__', '__import__',
2465- '__name__', 'abs', 'apply', 'buffer', 'callable', 'chr', 'classmethod',
2466- 'cmp', 'coerce', 'compile', 'complex', 'copyright', 'credits', 'delattr',
2467- 'dict', 'dir', 'divmod', 'eval', 'execfile', 'exit', 'file', 'filter',
2468- 'float', 'getattr', 'globals', 'hasattr', 'hash', 'help', 'hex', 'id',
2469- 'input', 'int', 'intern', 'isinstance', 'issubclass', 'iter', 'len',
2470- 'license', 'list', 'locals', 'long', 'map', 'max', 'min', 'object',
2471- 'oct', 'open', 'ord', 'pow', 'property', 'quit', 'range', 'raw_input',
2472- 'reduce', 'reload', 'repr', 'round', 'setattr', 'slice', 'staticmethod',
2473- 'str', 'super', 'tuple', 'type', 'unichr', 'unicode', 'vars', 'xrange',
2474- 'zip']
2460+ 'PendingDeprecationWarning', 'ReferenceError',
2461+ 'RuntimeError', 'RuntimeWarning', 'StandardError', 'StopIteration',
2462+ 'SyntaxError', 'SyntaxWarning', 'SystemError', 'SystemExit', 'TabError',
2463+ 'True', 'TypeError', 'UnboundLocalError', 'UnicodeError', 'UserWarning',
2464+ 'ValueError', 'Warning', 'ZeroDivisionError', '__debug__', '__doc__',
2465+ '__import__', '__name__', 'abs', 'apply', 'bool', 'buffer',
2466+ 'callable', 'chr', 'classmethod', 'cmp', 'coerce', 'compile', 'complex',
2467+ 'copyright', 'credits', 'delattr', 'dict', 'dir', 'divmod',
2468+ 'enumerate', 'eval', 'execfile', 'exit', 'file', 'filter', 'float',
2469+ 'getattr', 'globals', 'hasattr', 'hash', 'help', 'hex', 'id',
2470+ 'input', 'int', 'intern', 'isinstance', 'issubclass', 'iter',
2471+ 'len', 'license', 'list', 'locals', 'long', 'map', 'max', 'min',
2472+ 'object', 'oct', 'open', 'ord', 'pow', 'property', 'quit',
2473+ 'range', 'raw_input', 'reduce', 'reload', 'repr', 'round',
2474+ 'setattr', 'slice', 'staticmethod', 'str', 'string', 'super',
2475+ 'tuple', 'type', 'unichr', 'unicode', 'vars', 'xrange', 'zip']
24752476\end {verbatim }
24762477
24772478
0 commit comments